@charset "utf-8";
/* CSS Document - Stylesheet_main.css */

/* Global settings */
body {
    background-color: darkcyan;
    font-size: 15px;
    color: white;
}

a {
    color: #ffffff;
    text-decoration: underline;
}

a:hover {
    color: orange;
}

input:invalid {
    background-color: darksalmon;
}

input[type="date"], 
#main, 
#footer, 
.textblock_1, 
.fliesstext, 
.fliesstext2, 
.formular_gross textarea {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input[type="submit"], 
.formular_klein input, 
.formular_klein select {
    width: 50%;
    height: 30px;
    background-color: cadetblue;
    border: none;
}

input[type="submit"] {
    font-size: 1.0em;
    margin-top: 5px;
    padding: 5px 12px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    color: teal;
    border: 1px solid silver;
    background-image: linear-gradient(to top, gainsboro 0%, white 90%);
    border-radius: 10px;
}

/* Sections */
#seo {
	color: darkcyan;
}
#main, 
#footer, 
#navigation {
    width: 100%;
}

#main {
    min-height: 700px;
    align-content: space-around;
    margin-top: 40px;
    background-color: darkcyan;
    padding: 30px 0;
}

#footer {
    height: 50px;
    font-size: 9px;
    text-align: center;
    display: block;
    color: #000000;
    align-self: flex-end;
}

#footer p, 
.deutlich, 
.headline, 
.summary, 
.tab_auskunft a {
    color: orange;
}

#footer p {
    margin-bottom: 0;
}

/* Navigation */
#navigation {
    text-align: left;
    position: fixed;
    top: 0;
    left: 0;
    height: auto;
    background: #d0d0d0;
    padding: 10px 30px;
}

#navigation a {
    padding: 0 4px 2px;
    color: #4A4A4A;
}

#navigation a:hover {
    text-decoration: none;
    outline-offset: 2px;
}

/* Other styles */
#ausgabe01, 
#ausgabe_logo, 
#ausgabe_headline,
#ausgabe1, 
#ausgabe2, 
#ausgabe3, 
#ausgabe4, 
#ausgabe5, 
#ausgabe6 {
    width: 100%;
    background-color: #17706E;
    border-radius: 10px;
    padding: 5px 0;
}

#ausgabe1, 
#ausgabe2 {
    min-height: 220px;
    text-align: left;
}
#ausgabe_logo {
	background-color:white;
	
}
.ausgabe-container {
    float: left;
    overflow-x: hidden;
}

#ausgabe1 {
    width: 47%;
}

#ausgabe2 {
    width: 46%;
}

#ausgabe_headline, 
#ausgabe5 {
    text-align: center;
    padding: 4px 0;
    border: solid 1px darkcyan;
}

#ausgabe6 img, 
.img_angebot {
    max-width: 500px;
    width: 90%;
    border: 1px solid white;
    border-radius: 10px;
}

/* Forms */
.formular_gross, 
.formular_klein {
    width: 100%;
    align-self: center;
    margin: auto;
}

.tab_auskunft {
    color: #FFFFFF;
    line-height: 1.5;
    width: 80%;
    margin-top: 15px;
}
#seo {
	color: darkcyan;
}

/* Media queries */
@media screen and (max-width: 648px) {
    body {
        background-color: darkcyan;
        font-size: 15px;
        color: white;
    }

    #main {
        width: 99%;
        min-height: 500px;
        margin: auto;
        margin-top: 40px;
    }

    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }

    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive.icon {
        position: absolute;
        right: 20px;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
        line-height: 1.5em;
    }

    #ausgabe1, 
    #ausgabe3, 
    #ausgabe2, 
    #ausgabe4 {
        float: none;
        width: 100%;
        border: solid 1px darkcyan;
        padding: 0;
    }

    .formular_gross input, 
    .formular_klein select {
        width: 100%;
    }

    .fliesstext2 {
        width: 80%;
        text-align: left;
    }
	#seo {
	color: darkcyan;
}
}