@media only screen and (min-width: 1170px){
    .top-navbar > .container{
        width: 1170px !important;
        margin: 0 auto;
    }
/*    .info-color > .container{
        width: 1170px !important;
        margin: 0 auto !important;
        padding-bottom: 0 !important;
    }*/
}
@media only screen and (max-width: 1170px) {
    .top-navbar > .container, .container{
        width: 100% !important;
    }
/*    .info-color > .container{
        width: 100% !important;
        margin: 0 auto !important;
        padding-bottom: 0 !important;
    }*/
    .contact_cont{
        width: 100% !important;
        /*margin: 120px 10px !important;*/
    }
    .form_container form, .form_container-con{
        width: 100% !important;
        margin: 0 auto !important;
        
    }
/*    .form_container form{
        
    }*/
    .form-container-left, .form-container-right{
        width: 450px !important;
/*            width: 100% !important;*/
    }
    .form-container-left input, .form-container-right textarea{
/*        width: 300px !important;*/
        width: 100% !important;
    }
}

@media only screen and (max-width: 1100px) {
    .form-container-right{ 
        clear: both ;
        float: none !important;
        margin: 0 auto !important;
        margin-top: 35px !important;
    }
    .form-container-left{
        clear: both ;
        float: none !important;
        margin: 0 auto !important;
        padding-top: 35px !important;
    }
    .form_container form{
        min-height: 598px !important;
        /*padding-bottom: 150px;*/
    }
    .form_container{
        margin-bottom: 150px;
    }
}
@media only screen and (max-width: 900px) {
    
    .contact_cont1, .contact_cont2, .contact_cont1_title, .opening_hours{
        float: none !important;
        margin: 0 auto;
        
    }
    .opening_hours{
        margin-bottom: 100px;
    }
    .contact_cont1_title{
        text-align: center;
    }
    .contact_cont2 > img{
        padding-top: 50px;
    }
}
@media only screen and (max-width: 570px) {
    .contact_cont2 > img{
        padding-top: 150px;
    }
    .form-container-left, .form-container-right{
        width: 300px !important;
    }
    .form-container-left input, .form-container-right textarea{
        margin: 15px 0px 30px -10px !important;
    }
}
@media only screen and (max-width: 430px) {
    .opening_hours tr td{
        display: block;
        
    }
    .opening_hours td{
        padding: 0 !important;
    }
    .form-container-left, .form-container-right{
        width: 250px !important;
    }
}
@media only screen and (max-width: 390px) {
    .form-container-left, .form-container-right{
        width: 200px !important;
    }
    .contact_cont2 > img{
        width: 100%;
        height: auto;
    }
}
.container{
    width: 100% !important;
    /*padding-bottom: 75px !important;*/
}
.form_container{
    margin-top: 100px;
    width: 100%;
    min-height: 742px;
/*    background-image: url("/_projects/hbrefkalvinter/uploads/home3-bg1.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
}
.form_container form{
     width: 1170px;
     min-height: 398px;
     background-color: #000;
     margin: -25px auto 0px auto;
}
.form_container-con{
    width: 1170px;
    height: 577px;
    margin: 104px auto 0px auto;
}
.form_container-text{
    width:100%;
    height:175px;
    text-align:center;
    color: #ffffff;
    padding-top: 100px;
}
.form_container-text h1{
       font-family: 'Poppins', sans-serif;
       font-size: 36px;
       font-weight: 700;
       line-height: 50px;
       color: #ff0;
       text-transform: uppercase;
}
.form_container-text p{
       font-family: Crimson Text;
       font-size: 20px;
       font-style: italic;
       line-height: 24px;
       color: #ffffff;
}
.form-container-left{
    width: 500px;
    float: left;
    height: 204px;
    margin-top: 48px;
    margin-left: 70px;
}
.form-container-left input{
    width: 456px;
    height: 26px;
    box-shadow: none;
    border: 2px solid #ff0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    padding: 10px 20px;
    margin: 15px 0px 30px 0px;
    display: block;
    border-radius: 4px;
    color: #ff0;
    background-color: #000;
}
.form-container-left label{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #ff0;
}
.form-container-right{
    width: 500px;
    float: right;
    height: 204px;
    margin-top: 48px;
    margin-right: 70px;
}
.form-container-right label{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #ff0;
}

.form-container-right textarea{
    width: 456px;
    height: 139px;
    box-shadow: none;
    border: 2px solid #ff0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    padding: 10px 20px;
    margin: 15px 0px;
    display: block;
    resize: none;
    overflow: auto;
    vertical-align: top;
    color: #ff0;
    border-radius: 4px;
    background-color: #000;
}
.form-submit{
    width:100%;
    text-align:center;
    border:1px solid red;
}
.submit{
    width:100%;
    text-align:center;
    float: left;
}
.submit button{
    width: 180px;
    height: 50px;
    margin-top: 30px;
    text-align: center;
    letter-spacing: 1px;
    font-family: 'Poppins',sans-serif;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    border-radius: 2px;
    border: 2px solid #ff0;
    background-color: #000;
    color: #ff0;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.submit button:hover{
    background-color: #fff;
    color: #000;
    
}
.embed_map iframe{
    width:100%;
}
.red{
    display:inline-block; 
}
.red-con{
    width:1170px;
    margin-left:auto;
    margin-right:auto;
    color:white;
}
.title{
    font-family: Poppins;
    font-size: 24px;
    font-weight: 500;
    line-height: 120px;
    vertical-align: middle;
    float: left;
}
.contact_cont{
    /*border:1px solid red;*/
    width: 1170px;
    min-height: 280px;
    margin: 120px auto;
}
.opening_hours {
    padding-top: 25px;
}
.opening_hours td{
    padding: 10px 20px 5px 0px;
    font-family: Source Sans Pro;
    font-size: 16px;
    line-height: 28px;
    color: #ff0;
}
.opening_hours td a{
    color: #ff0;
}
.opening_hours tr:nth-child(1) td:first-child:before{
    content: "\f095";
    font-family: 'FontAwesome';
    font-style: normal;
    padding-right: 7.44px;
}
.opening_hours tr:nth-child(2) td:first-child:before{
    content: "\f0e0";
    font-family: 'FontAwesome';
    font-style: normal;
    padding-right: 4px;
}
.opening_hours tr:nth-child(3) td:first-child:before{
    content: "\f0ac";
    font-family: 'FontAwesome';
    font-style: normal;
    padding-right: 6.3px;
}
.opening_hours tr:nth-child(4) td:first-child:before{
    content: "\f041";
    font-family: 'FontAwesome';
    font-style: normal;
    padding-right: 10.86px;
}
.contact_cont1{
    max-width:770px;
    height:274px;
    float:left;
}
.contact_cont2{
    max-width:370px;
    float:right;
}
.contact_cont2 img{
    width: 100%;
}
.contact_cont1_title{
    width:100%;
}
.contact_cont1_title h1{
       font-family: 'Poppins', sans-serif;
       font-size: 32px;
       font-weight: 600;
       line-height: 44px;
       color: #ff0;
       margin: 0;
}
.contact_cont1_title p{
    font-family: Crimson Text;
    font-size: 20px;
    font-style: italic;
    line-height: 24px;
    color: #ff0;
    margin: 5px 0 0 0;
}
.form-item{
    position: relative;
}
.form-item > .error{
    position: absolute;
    top: 0;
    left: 100px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin-top: -5px;
}
.form-item > .error:after{
    content: " (Min. 10 karakter)";
}