* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    color: #383838;
    line-height: 1.6rem;
}

.container {
    margin: 0 auto;    
    gap: 0.6rem;    
    background-color: #F5F5F5;
    color: #444;
}

.clearfix:after {
    font-size: 0px;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}

.ulclear {
    list-style-type: none;
}

.enable-block{
    display:none;    
}

/* HEADER-TOP-BAR */

.header-top-bar .contact-details
{
	float: left;
    margin:0;    
}
.contact-details li
{
	float: left;
	border-right: 1px solid #E2E6E7;
	font-weight: 500;
	font-size: 13px;
	color: #999999;
	line-height: 20px;
	padding: 15px 30px;        
    background-repeat:no-repeat;
    background-position:6px center;    
}
.contact-details li:first-child
{
	border-left: 1px solid #E2E6E7;
}
.contact-details li:before
{
	font-size: 14px;
	margin-right: 10px;
}
.contact-phone {
    background-image: url('../images/phone.png');    
}
.contact-mail {
    background-image: url('../images/mail.png');        
}
.contact-time {
    background-image: url('../images/clock.png');
}
.header-top-bar .header-top-menu
{
	float: right;
    margin:0;    
}
.header-top-bar nav > ul
{
    list-style:none; 
    margin:0;   
}
.header-top-bar nav > ul > li
{
	float: left;
	border-right: 1px solid #E2E6E7;
	font-weight: 500;
	font-size: 13px;
	color: #999999;
	line-height: 20px;
	padding: 15px 30px;        
    background-repeat:no-repeat;
    background-position:6px center;    
}
.header-top-bar nav > ul > li:first-child
{
	border-left: 1px solid #E2E6E7;
}
.header-top-bar nav > ul > li:before
{
	font-size: 14px;
	margin-right: 10px;
}
.header-top-bar nav > ul > li a
{
    text-decoration: none;
    color: #999999;
}

.header-top-bar-container{
   background-color:#F5F5F5;
}

.header-top-bar, .header {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    overflow:auto;
    justify-content:space-between;
    flex-direction: row;
} 
.header-top-button{
    display:none;
}


/* HEADER-TOP-BAR */
.header-container{
    padding: 26px 26px;
    display:flex;
    width:1170px;
    margin:0 auto;
    flex-direction: row;
    justify-content:space-between;
}
header .menu-container{
    display:flex;
    margin-top:15px;    
}


/*  LOGO */

.logo {    
    width: auto;
}
.logo-container{
    display:flex;
    align-items: center;
    float:left;
}
.logo-content{
    float:left;
}
.logo-link {
    text-transform: uppercase;
    letter-spacing: 0.5rem;
    font-size: 1.3rem;
    font-weight: bold;
    color: #000;
    text-decoration: none;    
}
.logo-link p {
    margin-left:15px;
}

/* Navigation */
.menu-button{
    display:none;
}
.menu-button .line
{
	display: block;
	width: 32px;
	height: 3px;
	background: #999;
	margin-top: 6px;
}
.menu-button .line:first-child
{
	margin-top: 0;
}
.menu-button:hover .line
{
	background: #0060b3;
}

.menu-container nav {
    grid-column: 4 / 6  ;
    grid-row: 2 / 3;
    justify-self: end;
}

.menu-container nav > ul {
    list-style: none;
    display: flex;
}

.menu-container nav > ul > li {  
    margin: 0;
    margin-top: -1rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    cursor: pointer;
    background-position: 100% 0;
    background-repeat: repeat-x;
    background-size: 0.375rem 0.375rem;
    transition: all .5s;
    padding:1.5rem 0.5rem 1.5rem 0.5rem;
}

.menu-container nav > ul > li:hover {
    background-size: 0.375rem 3.75rem;
}
.menu-container nav > ul > li.active > a {
    color: #0060b3;
}

.menu-container nav > ul > li a {
    color: #0060b3;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-size: 1.0rem;
    font-weight: bold;
    color: #000;
    text-decoration: none;  
    width:100%;
    height:100%;
    padding:1.5rem 0.5rem 1.5rem 0.5rem;
}

.menu-container nav > ul > li:hover a {
    color: #0060b3;
} 

/* Content-Bereich */

.content p{    
    font-size:1.2rem;
    word-wrap:break-word;
}
.content h2{
    text-align:center;
    word-wrap:break-word;
}
.content h1{
    text-align:center;
}
.content ul{
    text-align:center;
    font-size:1.2rem;
}
.content li{
    text-align:center;
    font-size:1.2rem;
}
.content h3{
    text-align:center;
    word-wrap:break-word;
}
.content h4{
    text-align:center;
    word-wrap:break-word;
}
.content {
    width: 1170px;
    margin-left:auto;
    margin-right:auto;    
    padding-top:50px;
    background-color:#f5f5f5;    
    display:flex;
    flex-direction: column;
}
.content-header{
    height: 250px;
    display:grid;
    width:100%;
}
.content-header2{
    height: 450px;
    display:grid;
    width:100%;
}

/* Allgemein */

h1 {
    text-transform: uppercase;
    letter-spacing: 1rem;
    font-size: 3rem;
    color: #0060b3;
    font-family: "Roboto", sans-serif;
    margin: 1.6rem 0 3rem 0;
    line-height: 3.5rem;

}

h1::after {
    content:" ";
    position: relative;
    display: block;
    top: 0.6rem;
    left: 0;
    width: 20%;
    height: 0.6rem;
    background: #0060b3;
}
h2 {
    letter-spacing:1px;
    font-size:29px;
    line-height:40px;    
    padding:0;    
    color:#000;
    font-family: "Roboto", sans-serif;        
    margin: 0 0 30px 0;
}
h2::after{
    content:" ";
    position: relative;
    display: block;    
    left: 40%;
    width: 20%;
    height: 0.4rem;
    background: #0060b3;
    margin-top:5px;
}
p {
    letter-spacing: 0.1rem;
}

/*  Sidebar */

.sidebar {
    width: 100%;
    max-width:800px;
    margin-left:auto;
    margin-right:auto;
    overflow:hidden;
    padding-top:50px;
    padding-bottom:50px;
}

/*  Fußzeile */
footer .footerbar {
    background:#0060b3;
    width:100%;
    padding-bottom: 30px;
    overflow:auto;
    display:block;
    padding: 25px 50px;
}
footer .footerbar-container-info {
    display:flex;
    flex-direction: row;
    float:left;
    margin-top:25px;
}
footer .footerbar-container-info p{
    color:#fff;
}
footer .footerbar-container-partner {
    display:flex;
    flex-direction: row;
    float:right;
}
footer .footerbar-container-partner p{
    color:#fff;
}
footer .footerbar-container-phonelogo{ 
    background-image: url('../images/phone_32.png'); 
    width:32px;       
    height:32px;
    margin:10px 0;
}
footer .footerbar-container-phone{
    margin: 0 25px;
}
footer .footerbar-container-locationlogo{
    background-image: url('../images/location_32.png');
    width:32px;
    height:32px;
    margin:10px 0;
}
footer .footerbar-container-location{
    margin:0 25px;
}
footer .footerbar-container-maillogo{
    background-image: url('../images/mail_32.png');
    width:32px;
    height:32px;
    margin: 10px 0;
}
footer .footerbar-container-mail{
    margin:10px 25px;
}
footer .footerbar-container-partner-1{
    background-image: url('../images/dwi.png');
    background-repeat:no-repeat;
    background-position:center center;
    background-color:#fff;
    width:120px;
    height:120px;
    margin: 0 5px;
}
footer .footerbar-container-partner-2{    
    background-image: url('../images/dwa.png');
    background-repeat:no-repeat;
    background-position:center center;
    background-color:#fff;
    width:120px;
    height:120px;
    margin: 0 5px;
}
footer .footerbar-container li
{
	float: left;
	border-right: 1px solid #E2E6E7;
	font-weight: 500;
	font-size: 13px;
	color: #999999;
	line-height: 20px;
	padding: 15px 30px;        
    background-repeat:no-repeat;
    background-position:6px center;    
}
footer .footerbar-container li:first-child
{
	border-left: 1px solid #E2E6E7;
}
footer .footerbar-container li:before
{
	font-size: 14px;
	margin-right: 10px;
}

footer {
    grid-column: 3 / 6;
    grid-row: 5 / 6;
    font-size: 0.8rem;
    color: #459651;
    letter-spacing: 0.1rem;
    align-self: end;
    justify-self: end;
}
.footer1{
    text-align:center;
    padding:30px 0px;
    color: #000;
}

footer #scrollToTopBtn{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #444;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    width:50px;
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    -webkit-animation: fadein 2s;
    -o-animation: fadein 2s;
}
footer #scrollToTopBtn:hover{
   background-color:#0060b3;
}

/*  ScrollToTop */

.arrow {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}
.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

/*    Beitrag Kontakt */
.contact-container{
    background-color: #fff; 
    background-repeat: no-repeat;
    background-image: url('../images/kontakt.jpg'); 
    background-position: center center; 
    width: 100%; 
    height: 500px; 
    display:flex;
    flex-direction: column;
    align-items:flex-end;
    padding:50px 0;
}
.contact-header-div{
    width: 50%; 
    height: auto; 
    background-color: rgba(55, 55, 55, 0.9); 
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    -webkit-animation: fadein 2s;
    -o-animation: fadein 2s;
    opacity: 1; 
    max-width: 500px;
    text-align: center;
    margin-right:30px;
}
.contact-header-div p {
    font-size: 2rem;
    color: #fff; 
    line-height: 2rem; 
    margin: 0; 
    padding: 20px 0px;
}
.contact-content-div {
    width: 50%;
    height: auto; 
    background-color: rgba(55,55,55,0.6); 
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    -webkit-animation: fadein 2s;
    -o-animation: fadein 2s;
    opacity: 1;
    text-align: center; 
    max-width: 500px; 
    margin-right:30px;
}
.contact-content-div p {
    font-size: 1.2rem;
    color: #fff; 
    line-height: 2rem; 
    margin: 0; 
    padding: 20px 0px;
}
.content-h3{
    font-size:4rem;
    line-height:2.0rem;
}
.content-p{
    font-size:1.5rem !important; 
}
.content-p-smaller {
    font-size:0.8rem !important;
}
.content-h4{
    font-size:2.5rem;
}
.content-header-text{
    margin: auto 100px;
}

/*  Beitrag Home */

.home-container{
    background-color: #fff; 
    background-repeat: no-repeat;
    background-image: url('../images/startseite.jpg'); 
    background-position: center center; 
    background-size: cover;
    width: 100%; 
    height: 500px; 
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    padding:50px 0;
}
.home-header-div{
    width: 50%; 
    height: auto; 
    float:right;
    background-color: rgba(55, 55, 55, 0.9); 
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    -webkit-animation: fadein 2s;
    -o-animation: fadein 2s;
    opacity: 1; 
    max-width: 500px;
    text-align: center;
    margin-right:30px;
}
.home-header-div p {
    font-size: 2rem;
    color: #fff; 
    line-height: 2rem; 
    margin: 0; 
    padding: 20px 0px;
}
.home-content-div {
    width: 50%;
    height: auto; 
    float:right;
    background-color: rgba(55,55,55,0.6); 
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    -webkit-animation: fadein 2s;
    -o-animation: fadein 2s;
    opacity: 1;
    text-align: center; 
    max-width: 500px; 
    margin-right:30px;
}
.home-content-div p {
    font-size: 1.2rem;
    color: #fff; 
    line-height: 2rem; 
    margin: 0; 
    padding: 20px 0px;
}

/*  Beitrag Karriere */

.carrier-header{
    background-image: url('../images/wave.svg');    
    background-repeat: no-repeat;
    height:300px;
    width:100%;
}

/*  Animation */

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}


@media only screen and (max-width: 1170px) {

    /*  ALLGEMEIN */
    .enable-block{
        display:none;
    }

    /*  HEADER */
    .header-top-button{
        display:none;
    }
    .header-top-bar, .header {
        max-width: 1170px;
        width:100%;
        margin-left: auto;
        margin-right: auto;
        overflow:auto;
        display:flex;
        flex-direction:column;
    } 
    .header-top-bar .header-top-menu
    {
        float: left;
        margin:auto;    
    }
    .header-top-bar .contact-details{
        float:left;
        margin:auto;
    }
    .header-container{
        padding: 10px 0 0 0;
        display:flex;
        width:100%;
        margin:0 auto;
        flex-direction: column;
        justify-content:space-between;
    }

    /*  LOGO */
    .logo {    
        max-width: 1170px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display:flex;
        flex-direction: column;
    }
    .logo-container{
        display:flex;
        align-items:center;
        float:left;
        margin:auto;
    }
    header .menu-container{
        display:flex;
        float:left;    
        margin:auto;
    }

    /* NAVIGATION */
    .menu-button {
        display:none;
    }
    .menu-container nav > ul {
        list-style: none;
        display: flex;
        margin:0;
    }
    .menu-container nav > ul > li a {
        color: #0060b3;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0.3rem;
        font-size: 1.0rem;
        font-weight: bold;
        color: #000;
        text-decoration: none;  
        width:100%;
        height:100%;
        padding:1.5rem 0.5rem 1.5rem 0.5rem;
        text-align:center;
        display:block;
    }

    /*  Beitrag Home */
    .home-container{
        background-color: #fff; 
        background-repeat: no-repeat;
        background-image: url('../images/startseite.jpg'); 
        background-position: center center; 
        background-size: cover;
        width: 100%; 
        height: 350px; 
        display:flex;
        flex-direction:column;
        align-items:flex-end;
        padding:50px 0;
    }
    .home-header-div{
        width: 50%; 
        float:right;
        height: auto; 
        background-color: rgba(55, 55, 55, 0.9); 
        animation: fadein 2s;
        -moz-animation: fadein 2s;
        -webkit-animation: fadein 2s;
        -o-animation: fadein 2s;
        opacity: 1; 
        max-width: 350px;
        text-align: center;
        margin-right:30px;
    }
    .home-header-div p {
        font-size: 1.5rem;
        color: #fff; 
        line-height: 2rem; 
        margin: 0; 
        padding: 20px 0px;
    }
    .home-content-div {
        float:right;        
        width: 50%;
        height: auto; 
        background-color: rgba(55,55,55,0.6); 
        animation: fadein 2s;
        -moz-animation: fadein 2s;
        -webkit-animation: fadein 2s;
        -o-animation: fadein 2s;
        opacity: 1;
        text-align: center; 
        max-width: 350px; 
        margin-right:30px;
    }
    .home-content-div p {
        font-size: 1.0rem;
        color: #fff; 
        line-height: 2rem; 
        margin: 0; 
        padding: 20px 0px;
    }

    /*  Content */
    .content {
        display:flex;
        flex-direction: column;
        width: 80%;
        margin: auto;
        padding-top:40px;
        background-color:#f5f5f5;    
    }
    .content-flex {
        display:flex;
        flex-direction: column;
        align-items:center;
    }
    .content-header{
        height: 250px;
        display:grid;
        width:100%;
    }
    .content-header2{
        height: 450px;
        display:grid;
        width:100%;
    }

    /*  Footer */
    footer .footerbar {
        background:#0060b3;
        width:100%;
        padding-bottom: 30px;
        overflow:auto;
        display:flex;
        flex-direction: column;
        padding: 25px 50px;
    }
    footer .footerbar-container-info {
        display:flex;
        flex-direction: row;
        margin-top:25px;
        float:none;
        margin-left:auto;
        margin-right:auto;
    }
    footer .footerbar-container-partner {
        display:flex;
        flex-direction: row;
        margin-left:auto;
        margin-right:auto;
        float:none;
        margin-top:25px;
    }

    /*  Beitrag Kontakt */
    .contact-container{
        background-color: #fff; 
        background-repeat: no-repeat;
        background-image: url('../images/kontakt.jpg'); 
        background-position: center center; 
        width: 100%; 
        height: 450px; 
        display:flex;
        flex-direction: column;
        align-items:flex-end;
        padding:50px 0;
    }
    .contact-header-div{
        width: 50%; 
        height: auto; 
        background-color: rgba(55, 55, 55, 0.9); 
        animation: fadein 2s;
        -moz-animation: fadein 2s;
        -webkit-animation: fadein 2s;
        -o-animation: fadein 2s;
        opacity: 1; 
        max-width: 350px;
        text-align: center;
        margin-right:30px;
    }
    .contact-header-div p {
        font-size: 1.5rem;
        color: #fff; 
        line-height: 2rem; 
        margin: 0; 
        padding: 20px 0px;
    }
    .contact-content-div {
        width: 50%;
        height: auto; 
        background-color: rgba(55,55,55,0.6); 
        animation: fadein 2s;
        -moz-animation: fadein 2s;
        -webkit-animation: fadein 2s;
        -o-animation: fadein 2s;
        opacity: 1;
        text-align: center; 
        max-width: 350px; 
        margin-right:30px;
    }
    .contact-content-div p {
        font-size: 1.0rem;
        color: #fff; 
        line-height: 2rem; 
        margin: 0; 
        padding: 20px 0px;
    }
    .content-h3{
        font-size:3rem;
    }
    .content-p{
        font-size:1rem !important; 
    }
    .content-p-smaller {
        font-size:0.7rem !important;
    }
    .content-h4{
        font-size:2rem;
    }
    .content-header-text{
        margin: auto 100px;
    }

}
@media only screen and (max-width: 700px) {

    /* ALLGEMEIN */
    .disable-block{
        display:none;
    }
    .enable-block{
        display:block;
    }

    /*  HEADER */
    .header-top-button{
        display:flex;
        width:100%;
        height:25px;
        border:none;
        outline:none;
        background-color:#F5F5F5;
        cursor:pointer;    
        align-items:center;
    }
    .arrow {
        border:solid #999;
        border-width:0 3px 3px 0;
        margin:auto auto;
    }
    .header-top-bar, .header {
        max-width: 700px;
        width:100%;
        margin-left: auto;
        margin-right: auto;
        overflow:auto;
        display:flex;
        flex-direction:column;
    } 
    .contact-details li
    {
        float: left;
        font-weight: 500;
        font-size: 13px;
        border:0;
        color: #999999;
        line-height: 20px;
        padding: 15px 30px;        
        background-repeat:no-repeat;
        background-position:6px center;    
    }
    .contact-details li:first-child
    {
        border:0;
    }
    .header-top-bar .header-top-menu
    {
        float: left;
        margin:auto;    
    }
    .header-top-bar .contact-details{
        float:left;
        margin:auto;
        display:flex;
        flex-direction: column;
    }
    .header-container {
        padding: 10px 0 0 0;
    }

    /*  LOGO */
    .logo {    
        max-width: 700px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display:flex;
        flex-direction: row;
        flex-wrap:nowrap;
    }
    .logo-container{
        display:flex;
        align-items:center;
        float:left;
        margin:0 15px;    
        flex-direction:row;
        flex-wrap:wrap;    
    }
    .logo-link img {
        width:50px;
    }
    header .menu-container{
        display:flex;
        float:left;    
        margin:auto;
    }

    /* NAVIGATION */
    .menu-button{
        display:table-cell;
        width:32px;
        height:32px;
        border:none;
        outline:none;
        background-color:#FFF;
        cursor:pointer;         
        margin:auto 15px auto auto;
        padding:0;
    }
    .menu-container nav > ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        margin:0;
        padding:0;
    }
    .menu-container nav > ul > li {  
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 0.2rem;
        cursor: pointer;
        background-position: 100% 0;
        background-repeat: repeat-x;
        background-size: 0.375rem 0.375rem;
        transition: all .5s;
        padding:0.5rem 0.5rem;
    }
    .menu-container nav > ul > li a {
        color: #0060b3;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0.3rem;
        font-size: 1.0rem;
        font-weight: bold;
        color: #000;
        text-decoration: none;  
        width:100%;
        height:100%;
        padding:0.5rem 0.5rem;
        text-align:center;
        display:block;
    }

    /*  Beitrag Home */
    .home-container{
        background-color: #fff; 
        background-repeat: no-repeat;
        background-image: url('../images/startseite.jpg'); 
        background-position: center center; 
        background-size: cover;
        width: 100%; 
        height: 250px; 
        display:flex;
        flex-direction:column;
        align-items:flex-end;
        padding:50px 0;
    }
    .home-header-div{
        width: 50%; 
        float:right;
        height: auto; 
        background-color: rgba(55, 55, 55, 0.9); 
        animation: fadein 2s;
        -moz-animation: fadein 2s;
        -webkit-animation: fadein 2s;
        -o-animation: fadein 2s;
        opacity: 1; 
        max-width: 350px;
        text-align: center;
        margin-right:30px;
    }
    .home-header-div p {
        font-size: 1.0rem;
        color: #fff; 
        line-height: 2rem; 
        margin: 0; 
        padding: 20px 0px;
    }
    .home-content-div {
        float:right;        
        width: 50%;
        height: auto; 
        background-color: rgba(55,55,55,0.6); 
        animation: fadein 2s;
        -moz-animation: fadein 2s;
        -webkit-animation: fadein 2s;
        -o-animation: fadein 2s;
        opacity: 1;
        text-align: center; 
        max-width: 350px; 
        margin-right:30px;
        display:none;
    }
    .home-content-div p {
        font-size: 1.0rem;
        color: #fff; 
        line-height: 2rem; 
        margin: 0; 
        padding: 20px 0px;
    }

    /*  Content */
    .content {
        display:flex;
        flex-direction: column;
        width: 80%;
        margin: auto;
        padding-top:40px;
        background-color:#f5f5f5;    
    }
    .content-flex {
        display:flex;
        flex-direction: column;
        align-items:center;
    }
    .content-header{
        height: 250px;
        display:grid;
        width:100%;
    }
    .content-header2{
        height: 250px;
        display:grid;
        width:100%;
    }

    /*  Sidebar */
    .sidebar {
        width: 100%;
        max-width:100%;
        margin-left:auto;
        margin-right:auto;
        overflow:hidden;
        padding-top:20px;
        padding-bottom:50px;
    }

    /*  Footer */
    footer .footerbar {
        background:#0060b3;
        width:100%;
        padding-bottom: 30px;
        overflow:auto;
        display:flex;
        flex-direction: column;
        padding: 25px 50px;
    }
    footer .footerbar-container-info {
        display:flex;
        flex-direction: column;
        float:none;
        margin-left:auto;
        margin-right:auto;
        margin-top:0;
    }
    footer .footerbar-container-partner {
        display:flex;
        flex-direction: row;
        margin-left:auto;
        margin-right:auto;
        float:none;
        margin-top:0;
    }

    /*  Beitrag Kontakt */
    .contact-container{
        background-color: #fff; 
        background-repeat: no-repeat;
        background-image: url('../images/kontakt.jpg'); 
        background-position: center center; 
        width: 100%; 
        height: 450px; 
        display:flex;
        flex-direction: column;
        align-items:flex-end;
        padding:50px 0;
    }
    .contact-header-div{
        width: 50%; 
        height: auto; 
        background-color: rgba(55, 55, 55, 0.9); 
        animation: fadein 2s;
        -moz-animation: fadein 2s;
        -webkit-animation: fadein 2s;
        -o-animation: fadein 2s;
        opacity: 1; 
        max-width: 350px;
        text-align: center;
        margin-right:30px;
    }
    .contact-header-div p {
        font-size: 1.5rem;
        color: #fff; 
        line-height: 2rem; 
        margin: 0; 
        padding: 20px 0px;
    }
    .contact-content-div {
        width: 50%;
        height: auto; 
        background-color: rgba(55,55,55,0.6); 
        animation: fadein 2s;
        -moz-animation: fadein 2s;
        -webkit-animation: fadein 2s;
        -o-animation: fadein 2s;
        opacity: 1;
        text-align: center; 
        max-width: 350px; 
        margin-right:30px;
    }
    .contact-content-div p {
        font-size: 1.0rem;
        color: #fff; 
        line-height: 2rem; 
        margin: 0; 
        padding: 20px 0px;
    }
    .content-h3{
        font-size:3rem;
    }
    .content-h4{
        font-size:2rem;
    }
    .content-p{
        font-size:1rem !important; 
    }
    .content-p-smaller {
        font-size:0.6rem !important;
    }
    .content-header-text{
        margin: auto 100px;
    }

}
@media only screen and (max-width: 400px) {

     /* ALLGEMEIN */
     .disable-block{
        display:none;
    }
    .enable-block{
        display:block;
    }

    /*  HEADER */
    .header-top-button{
        display:flex;
        width:100%;
        height:25px;
        border:none;
        outline:none;
        background-color:#F5F5F5;
        cursor:pointer;    
        align-items:center;
    }
    .arrow {
        border:solid #999;
        border-width:0 3px 3px 0;
        margin:auto auto;
    }
    .header-top-bar, .header {
        max-width: 700px;
        width:100%;
        margin-left: auto;
        margin-right: auto;
        overflow:auto;
        display:flex;
        flex-direction:column;
    } 
    .header-top-bar nav > ul
    {
        list-style:none; 
        margin:0;   
        overflow:auto;
        padding:0;
    }
    .header-top-bar nav > ul > li
    {
        float: left;
        border:0;
        font-weight: 500;
        font-size: 13px;
        color: #999999;
        line-height: 20px;
        padding: 15px 30px;        
        background-repeat:no-repeat;
        background-position:6px center;    
        text-align:center;
        width:100%;
    }
    .header-top-bar nav > ul > li:first-child
    {
        border:0;
        width:100%;
        text-align:center;
    }
    .contact-details li
    {
        float: left;
        font-weight: 500;
        font-size: 13px;
        border:0;
        color: #999999;
        line-height: 20px;
        padding: 15px 30px;        
        background-repeat:no-repeat;
        background-position:6px center;    
    }
    .contact-details li:first-child
    {
        border:0;
    }
    .header-top-bar .header-top-menu
    {
        float: left;
        margin:auto;    
    }
    .header-top-bar .contact-details{
        float:left;
        margin:auto;
        display:flex;
        flex-direction: column;
    }
    .header-container {
        padding: 10px 0 0 0;
    }

    /*  LOGO */
    .logo {    
        max-width: 700px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display:flex;
        flex-direction: row;
        flex-wrap:nowrap;
    }
    .logo-container{
        display:flex;
        align-items:center;
        float:left;
        margin:0 15px;    
        flex-direction:row;
        flex-wrap:wrap;    
    }
    header .menu-container{
        display:flex;
        float:left;    
        margin:auto;
    }

    /* NAVIGATION */
    .menu-button{
        display:table-cell;
        width:32px;
        height:32px;
        border:none;
        outline:none;
        background-color:#FFF;
        cursor:pointer;         
        margin:auto 15px auto auto;
        padding:0;
    }
    .menu-container nav > ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        margin:0;
        padding:0;
    }
    .menu-container nav > ul > li {  
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 0.2rem;
        cursor: pointer;
        background-position: 100% 0;
        background-repeat: repeat-x;
        background-size: 0.375rem 0.375rem;
        transition: all .5s;
        padding:0.5rem 0.5rem;
    }
    .menu-container nav > ul > li a {
        color: #0060b3;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0.3rem;
        font-size: 1.0rem;
        font-weight: bold;
        color: #000;
        text-decoration: none;  
        width:100%;
        height:100%;
        padding:0.5rem 0.5rem;
        text-align:center;
        display:block;
    }

    /*  Beitrag Home */
    .home-container{
        background-color: #fff; 
        background-repeat: no-repeat;
        background-image: url('../images/startseite.jpg'); 
        background-position: center center; 
        background-size: cover;
        width: 100%; 
        height: 250px; 
        display:flex;
        flex-direction:column;
        align-items:flex-end;
        padding:50px 0;
    }
    .home-header-div{
        width: 50%; 
        float:right;
        height: auto; 
        background-color: rgba(55, 55, 55, 0.9); 
        animation: fadein 2s;
        -moz-animation: fadein 2s;
        -webkit-animation: fadein 2s;
        -o-animation: fadein 2s;
        opacity: 1; 
        max-width: 350px;
        text-align: center;
        margin-right:30px;
    }
    .home-header-div p {
        font-size: 1.0rem;
        color: #fff; 
        line-height: 2rem; 
        margin: 0; 
        padding: 20px 5px;
    }
    .home-content-div {
        float:right;        
        width: 50%;
        height: auto; 
        background-color: rgba(55,55,55,0.6); 
        animation: fadein 2s;
        -moz-animation: fadein 2s;
        -webkit-animation: fadein 2s;
        -o-animation: fadein 2s;
        opacity: 1;
        text-align: center; 
        max-width: 350px; 
        margin-right:30px;
        display:none;
    }
    .home-content-div p {
        font-size: 1.0rem;
        color: #fff; 
        line-height: 2rem; 
        margin: 0; 
        padding: 20px 0px;
    }

    /*  Content */
    .content {
        display:flex;
        flex-direction: column;
        width: 80%;
        margin: auto;
        padding-top:20px;
        background-color:#f5f5f5;    
    }
    .content-flex {
        display:flex;
        flex-direction: column;
        align-items:center;
    }
    .content-header{
        height: 150px;
        display:grid;
        width:100%;
    }
    .content-header2{
        height: 150px;
        display:grid;
        width:100%;
    }

    /*  Sidebar */
    .sidebar {
        width: 100%;
        max-width:100%;
        margin-left:auto;
        margin-right:auto;
        overflow:hidden;
        padding-top:20px;
        padding-bottom:0px;
    }

    /*  Footer */
    footer .footerbar {
        background:#0060b3;
        width:100%;
        padding-bottom: 30px;
        overflow:auto;
        display:flex;
        flex-direction: column;
        padding: 25px 50px;
    }
    footer .footerbar-container-info {
        display:flex;
        flex-direction: column;
        float:none;
        margin-left:auto;
        margin-right:auto;
        margin-top:0;
    }
    footer .footerbar-container-partner {
        display:flex;
        flex-direction: row;
        margin-left:auto;
        margin-right:auto;
        float:none;
        margin-top:0;
    }

    /*  Beitrag Kontakt */
    .contact-container{
        background-color: #fff; 
        background-repeat: no-repeat;
        background-image: url('../images/kontakt.jpg'); 
        background-position: center center; 
        width: 100%; 
        height: 450px; 
        display:flex;
        flex-direction: column;
        align-items:flex-end;
        padding:50px 0;
    }
    .contact-header-div{
        width: 100%; 
        height: auto; 
        background-color: rgba(55, 55, 55, 0.9); 
        animation: fadein 2s;
        -moz-animation: fadein 2s;
        -webkit-animation: fadein 2s;
        -o-animation: fadein 2s;
        opacity: 1; 
        max-width: 350px;
        text-align: center;
        margin:0 auto;
    }
    .contact-header-div p {
        font-size: 1.5rem;
        color: #fff; 
        line-height: 2rem; 
        margin: 0; 
        padding: 20px 0px;
    }
    .contact-content-div {
        width: 100%;
        height: auto; 
        background-color: rgba(55,55,55,0.6); 
        animation: fadein 2s;
        -moz-animation: fadein 2s;
        -webkit-animation: fadein 2s;
        -o-animation: fadein 2s;
        opacity: 1;
        text-align: center; 
        max-width: 350px; 
        margin:0 auto;
    }
    .contact-content-div p {
        font-size: 1.0rem;
        color: #fff; 
        line-height: 2rem; 
        margin: 0; 
        padding: 20px 0px;
    }
    .content-h3{
        font-size:1.5rem;
    }
    .content-h4{
        font-size:1.3rem;
    }
    .content-p{
        font-size:1rem !important; 
    }
    .content-p-smaller {
        font-size:0.6rem !important;
    }
    .content p{
        font-size: 1rem;
        word-wrap:break-word;
    }
    .content ul {
        font-size: 1.0rem;
        word-wrap:break-word;
    }

    .content li {
        font-size: 1.0rem;
        word-wrap:break-word;
    }
    .content-header-text{
        margin: auto 20px;
    }

}