/* lora-regular - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/lora-v26-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lora-v26-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lora-v26-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lora-v26-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lora-v26-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lora-v26-latin-regular.svg#Lora') format('svg'); /* Legacy iOS */
}
/* lora-700 - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/lora-v26-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lora-v26-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lora-v26-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lora-v26-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lora-v26-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lora-v26-latin-700.svg#Lora') format('svg'); /* Legacy iOS */
}
/* lora-italic - latin */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/lora-v26-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lora-v26-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lora-v26-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lora-v26-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lora-v26-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lora-v26-latin-italic.svg#Lora') format('svg'); /* Legacy iOS */
}
/* lora-700italic - latin */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 700;
  src: url('/fonts/lora-v26-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lora-v26-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lora-v26-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lora-v26-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lora-v26-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lora-v26-latin-700italic.svg#Lora') format('svg'); /* Legacy iOS */
}

@media screen {
    
    body{
		background-color: #FFF;
        font-family: 'Lora';
        font-weight: 400;
	}
    
    h1{
        margin: 0;
        padding:0;
        font-size: 29px;
    }
    
    h2{
        font-weight: 200;
        font-size: 25px;
        font-style: italic;
    }
    
    .flexible{
        width: 100%;
        height: auto;
        float: left;
        max-width: 100%;
    }
	
	.wrapper{
		margin: 0 auto;
		max-width: 1200px;
	}

    .header{
        padding-top: 30px;
        float: left;
        width: 100%;
    }
    
    .logo{
        text-align: center;
    }
    
    .navigation{
        margin-top: 30px;
        float: left;
        width: 100%;
        background-color: #c4c5c7;
    }
    
    .navigation .inner{
        width: 55%;
        margin: 0 auto;
    }
    
    .navigation ul{
        float: left;
        padding: 0;
        margin: 0;
    }
    
    .navigation ul li{
        float: left;
        list-style: none;
        margin-right: 50px;
        margin-top: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .navigation ul li a{
        color: #000;
        text-decoration: none;
        font-size: 19px;
    }
    
    .navigation a:hover, .navigation .active{
        color: #0064af;
    }
    
    .content{
        float: left;
        width: 100%;
        margin-top: 50px;
    }
    
    .content a{
        text-decoration: none;
        color: #0064af;
    }
    
    /*
    .content img{
        border: 2px solid #0064af;
    }
    */
    
    .content .sub-navigation{
        width: 23%;
        float: left;
    }
    
    .content .sub-navigation .title{
        float: left;
        color: #FFF;
        text-align: center;
        background-color: #0064af;
        width: 100%;
        list-style-type: none;
        margin-bottom: 10px;
        padding: 5px 0 5px 0;
        font-weight: bold;
    }
    
    .content .sub-navigation ul{
        float: left;
        margin: 0;
        width: 100%;
        padding: 0;
    }
    
    .content .sub-navigation ul li{
        float: left;
        background-color: #c4c5c7;
        width: 98%;
        list-style-type: none;
        margin-bottom: 2px;
        padding: 1.5% 0 1.5% 2%;
    }
    
    .content .sub-navigation ul li a{
        color: #000;
        text-decoration: none;
    }
    
    .content .sub-navigation ul li a:hover{
        color: #0064af;
    }
    
    .content .sub-navigation li.WebYepMenuCurrentItem{
        background-color: #0064af;
    }
    
    .content .sub-navigation li.WebYepMenuCurrentItem a{
        color: #FFF;
    }
    
    
/* Cols new start */
    
    .col_25{
        float: left;
        width: 22.5%;
        margin-right: 3.3333%;
    }
    
    .col_25 .img{
        float: left;
        width: 100%;
        
    }
    
    .col_25 .text{
        background-color: #dbdcdd;
        color: #000;
        padding-top: 25px;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
        height: 160px;
        float: left;
    }
    
    .col_25 .text b{
        font-size: 17px;
        letter-spacing: 0.8px;
    }
    
    .content .right-big{
        width: 70%;
        float: right;
    }
    
    .content .left{
        width: 70%;
        float: left;
    }
    
    .content .right{
        width: 22%;
        float: right;
    }
    
    .content .left-small{
        width: 60%;
        float: left;
    }
    
    .content .right-big2{
        width: 38%;
        float: right;
    }
    
    .content .team-left{
        float: left;
        width: 47%;
    }
    
    .content .team-right{
        float: right;
        width: 47%;
    }
    
    .content .kanzlei .title{
        float: left;
        width: 100%;
        text-align: center;
        color: #FFF;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #0064af;
        font-size: 11px;
    }
    
    .content .kanzlei .title b{
        font-size: 14px;
    }
    
    .content .icon{
        text-align: center;
    }
    
    .content .text{
        text-align: center;
    }
    
    .content .col-left{
        width: 32%;
        float: left;
    }
    
    .content .col-middle{
        width: 32%;
        float: left;
        margin-left: 1%;
        margin-right: 1%;
    }
    
    .content .col-right{
        width: 32%;
        float: right;
    }
    
    /* Kontaktform */
    
    .content .left-contact{
        float: left;
        width: 40%;
    }
    
     .content .right-contact{
        float: right;
        width: 60%;
    }
    
     .content .right-contact .left{
        float: left;
        width: 48%;
    }
    
    
    .content .right-contact .right{
        float: right;
        width: 48%;
    }
    
    .content .input-row{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    }

    .content .input-row .title{
        float: left;
        width: 27%;
        line-height: 42px;
    }

    .content .input-row .input{
        float: right;
        width: 65%;
    }

    .content .input-row .input_text{
        float: left;
        width: 95%;
        background-color: #e7e8e9;
        border: 0;
        padding-left: 5%;
        padding-top: 5%;
        padding-bottom: 5%;
    }
    
    .content .input-row .submit{
    float: right;
    width: 35%;
    color: #FFF;
    background-color: #0064af;
    border: 0;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    margin-top: 20px;
    font-size: 14px;
    }

    .content textarea{
        float: left;
        width: 100%;
        background-color: #e7e8e9;
        border: 0;
        height: 250px;
    }
    
    .footer{
        margin-top: 50px;
        float: left;
        width: 100%;
        background-color: #0064af;
        color: #FFF;
    }
    
    .footer a{
        color: #FFF;
        text-decoration: none;
    }
    
    .footer .inner{
        padding-top: 20px;
        padding-bottom: 20px;
        float: left;
        width: 100%;
    }
    
    .footer .copyright{
        float: left;
        width: 100%;
        margin-top: 10px;
        color: #FFF;
        font-size: 12px;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .footer .col-left{
        float: left;
        width: 25%;
    }
    
    .footer .col-middle{
        float: left;
        width: 25%;
        margin-left: 2%;
    }
    
    .footer .col-right{
        float: left;
        width: 25%;
        margin-left: 2%;
    }
}

@media only screen and (max-width: 1024px) {
    
    .wrapper{
		width: 90%;
	}
    
    .content .sub-navigation{
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
    
    .content .left-contact{
        float: left;
        width: 100%;
    }
    
     .content .right-contact{
        float: left;
        width: 100%;
    }
    
     .content .right-contact .left{
        float: left;
        width: 100%;
    }
    
     .content .right-contact .right{
        float: left;
        width: 100%;
    }
    
    .navigation{
        color: #FFF;
        margin: 0;
        float: left;
        width: 100%;
        font-weight: 300;
        background-color: #FFF;
        margin-top: 30px;
    }
    
    .navigation .inner{
        width: 100%;
    }

    .navigation ul{
        list-style: none;
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .navigation ul li{
        float: left;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        background-color: #c4c5c7;
        
        text-align: center;
        margin-bottom: 2px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .navigation ul li a{
        color: #000;
        text-decoration: none;
        font-size: 18px;
    }
    
    .content .right-big{
        width: 100%;
        float: left;
    }
    
    .content .left{
        width: 100%;
        float: left;
    }
    
    .content .right{
        width: 100%;
        float: left;
    }
    
    .content .col-left, .col_25{
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
    
    .content .col-middle{
        width: 100%;
        float: left;
        margin-left: 0%;
        margin-right: 0%;
        margin-bottom: 20px;
    }
    
    .content .col-right{
        width: 100%;
        float: left;
    }
    
    .footer .col-left{
        float: left;
        width: 48%;
    }
    
    .footer .col-middle{
        float: right;
        width: 48%;
        margin-left: 0;
    }
    
    .footer .col-right{
        float: left;
        width: 100%;
        margin-left: 0;
    }
    
     .content .left-small, .content .right-big2{
        width: 100%;
        float: left;
    }
    
}