@import url('https://fonts.googleapis.com/css?family=Dosis:300,400,600,700');
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
         url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
         url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
         url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
         url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}


html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

body {
    font-family: 'Dosis', sans-serif;
    font-size: 24px;
    line-height: 35px;
    color: #000000;
    background: #ffffff;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
}

h1{
    font-size: 48px;
    line-height: 64px;
}
h2{
    font-size: 30px;
    line-height: 35px;
}
h3{
    font-size: 24px;
    line-height: 41px;
}
h4{
    font-size: 20px;
    line-height: 32px;
}
h5{
    font-size: 18px;
    line-height: 28px;
}
h6{
    font-size: 14px;
    line-height: 22px;
}
p {
	font-family: 'Dosis', sans-serif;
    font-size: 24px;
    line-height: 35px;
    color: #000000;
    font-weight: 400;
    margin: 0px;
	padding: 0 0 34px;
}
ul {
	background: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
ul li {
	background: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
a{
    color: #7f9c8b;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

a:active,
a:hover,
a:focus {
    color: #dfbc13;
	text-decoration: none;
	outline: 0px none !important;
}

img, a img {
	max-width: 100%;
	margin: 0px;
	padding: 0px;
	border: none 0;
	outline: 0px none !important;
}
input:focus, textarea:focus, a:focus {
	outline: 0px none !important;
}

::-webkit-input-placeholder {
    color: #7f9c8b;
    opacity: 1;
}

:-moz-placeholder {
    color: #7f9c8b;
    opacity: 1;
}

::-moz-placeholder {
    color: #7f9c8b;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #7f9c8b;
    opacity: 1;
}

.block-single table {
    border-spacing: 48px 0px;
    border-collapse: separate;
}

.center {
    text-align: center!important;
}
.timing-block {
    text-align: center;
}

/*-----bootstrap style reset-----*/
.container {
        max-width: 1310px;
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1310px;
    }
}

.container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

/*-----bootstrap style reset-----*/

.main-outercon{
    float: left;
    width: 100%;
    overflow: hidden;
}


/**********************************************
   Header
***********************************************/
.header-container {
    width: 100%;
    float: left;
    background: #000000;
    -webkit-clip-path: polygon(100% 0, 100% 40%, 50% 100%, 0 40%, 0 0);
            clip-path: polygon(100% 0, 100% 40%, 50% 100%, 0 40%, 0 0);
    -webkit-transition: all 300ms ease-in-out;
       -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
         -o-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.header-container.open {
    -webkit-clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0 75%, 0 0);
            clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0 75%, 0 0);
}
.header-wrap {
    width: 100%;
    float: left;
}
.header-inner {
    width: 100%;
    float: left;
    padding: 15px 50px 5px;
    text-align: center;
    position: relative;
}
.trigger-block {
    position: absolute;
    left: 50px;
    top: 45px;
    z-index: 1;
}
.hamburg-icon {
    background: transparent;
    border: none;
    cursor: pointer;
    float: left;
    height: 36px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 83px;
    outline: none;
    border: 0;
    padding: 0;
}
.hamburg-icon:focus,.hamburg-icon:active {
    outline: none;
}
.hamburg-icon span {
    display: block;
    position: absolute;
    height: 7px;
    width: 25px;
    background: #ffffff;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.hamburg-icon span:nth-child(1) {
    top: 1px;
}
.hamburg-icon span:nth-child(2), .hamburg-icon span:nth-child(3) {
    width: 20px;
    background: #dfbc13;
    top: 15px;
}
.hamburg-icon span:nth-child(4) {
    top: 30px;
}
.hamburg-icon span.menu-text {
    width: auto;
    font-size: 16px;
    height: auto;
    color: #ffffff;
    font-weight: 700;
    background: none;
    position: relative;
    left: inherit;
    float: right;
    padding: 0 0 0 39px;
}
.logo-outer {
    width: auto;
    display: inline-block;
}

.navigation-wrap {
    background: #000000;
    display: none;
    overflow: hidden;
}
.navigation-inner {
    width: 100%;
    float: left;
    padding: 0 50px 0 31px;
}
.navigation-inner > ul {
    width: 100%;
    float: left;
    padding: 47px 0 20px;
    list-style-type: none;
}
.navigation-inner > ul > li {
    float: left;
    margin: 0 10px 0;
}
.navigation-inner ul li:first-child {
    margin-left: 0;
}
.navigation-inner ul li a {
    color: #ffffff;
    font-weight: 700;
    padding: 0 19px;
    display: inline-block;
    border-radius: 10px;
    line-height: 47px;
}
.navigation-inner > ul > li:hover > a,.navigation-inner ul li a:focus,.navigation-inner > ul > li.active > a{
    background: #dfbc13;
    color: #ffffff;
}
.navigation-inner ul li ul {
    position: relative;
    list-style-type: none;
    top: 17px;
}
.navigation-inner ul li li {
    width: 100%;
    margin: 0 0 17px;
}
.navigation-inner ul li li a:hover,.navigation-inner ul li li a:focus{
    background: none;
    color: #dfbc13;
}

.btn-default {
	width: auto;
	float: left;
	text-align: center;
    border: none;
    background: #7f9c8b;
    font-size: 24px;
    color: #ffffff;
    padding: 0 17px;
    font-weight: 700;
    height: 51px;
    line-height: 51px;
  	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
     -webkit-transition: all 300ms ease-in-out 0s;
       -moz-transition: all 300ms ease-in-out 0s;
            transition: all 300ms ease-in-out 0s;
}
.btn-default:hover, .btn-default:focus {
    background: #dfbc13;
    color: #ffffff;
    outline: none;
}

.btn-defaultt {
	width: auto;
	float: left;
	text-align: center;
    border: none;
    background: #7f9c8b;
    font-size: 24px;
    color: #ffffff;
    padding: 0 17px;
    font-weight: 700;
    height: 51px;
    line-height: 51px;
  	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
     border-radius: 10px;
     -webkit-transition: all 300ms ease-in-out 0s;
       -moz-transition: all 300ms ease-in-out 0s;
            transition: all 300ms ease-in-out 0s;
}

.btn-defaultt:hover, .btn-default:focus {
    /* background: #dfbc13; */
    color: #ffffff;
    outline: none;
}

.image-wrap .btn-defaultt {
    float: none;
    display: inline-block;
    margin: 0 auto -26px;
    font-size: 30px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.viernulvier {
	width: 550px;
	margin: 0 auto;
	margin-top: 10px;
}


/**********************************************
   Content
***********************************************/
.content-container {
    width: 100%;
    float: left;
}
.banner-container{
    width: 100%;
    float: left;
    position: relative;
}

.banner-single {
    width: 100%;
    float: left;
    min-height: 670px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-clip-path: polygon(100% 0, 100% 87%, 50% 100%, 0 87%, 0 0);
            clip-path: polygon(100% 0, 100% 87%, 50% 100%, 0 87%, 0 0);
}

.banner-single_vervolg {
    width: 100%;
    float: left;
    min-height: 600px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;

    -webkit-clip-path: polygon(100% 0, 100% 87%, 50% 100%, 0 87%, 0 0);
            clip-path: polygon(100% 0, 100% 87%, 50% 100%, 0 87%, 0 0);
}
.banner-content {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    margin: 75px 0 auto;
    z-index: 9;
}
.banner-content span{
    color: #ffffff;
    font-size: 30px;
    line-height: 58px;
    background: #dfbc13;
    font-weight: 700;
    padding: 5px 20px 10px;
    border-radius: 10px;
    position: relative;
    top: 10px;
}
.banner-content h1{
    color: #ffffff;
    background: #7f9c8b;
    padding: 7px 15px 10px;
    display: inline-block;
    border-radius: 10px;
}
.location-block {
    width: 100%;
    float: left;
    margin: -165px 0 0;
}
.location-block .col-sm-10 .row {
    padding: 0 18px;
}
.location-box {
    width: 100%;
    float: left;
    text-align: center;
    max-width: 482px;
    position: relative;
}
.loc-inner {
    width: 100%;
    float: left;
    padding: 10px 30px 45px;
    border-radius: 10px;
    background: #ffffff;
    position: relative;
}
.loc-inner:before{
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #ffffff;
	border-width: 25px 230px;
	left: 0;
    right: 0;
    margin: 0 auto;
}
.location-box span {
    display: inline-block;
    font-weight: 300;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyMS42IDMwLjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIxLjYgMzAuOTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzJfKTtmaWxsOiNERkJDMTQ7fQ0KPC9zdHlsZT4NCjxnPg0KCTxkZWZzPg0KCQk8cmVjdCBpZD0iU1ZHSURfMV8iIHk9IjAiIHdpZHRoPSIyMS42IiBoZWlnaHQ9IjMwLjkiLz4NCgk8L2RlZnM+DQoJPGNsaXBQYXRoIGlkPSJTVkdJRF8yXyI+DQoJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzFfIiAgc3R5bGU9Im92ZXJmbG93OnZpc2libGU7Ii8+DQoJPC9jbGlwUGF0aD4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTAuOCwxNC41Yy0yLjYsMC00LjctMi4xLTQuNy00LjdjMC0yLjYsMi4xLTQuNyw0LjctNC43YzIuNiwwLDQuNywyLjEsNC43LDQuNw0KCQlDMTUuNSwxMi40LDEzLjQsMTQuNSwxMC44LDE0LjUgTTEwLjgsNi43Yy0xLjcsMC0zLjEsMS40LTMuMSwzLjFjMCwxLjcsMS40LDMuMSwzLjEsMy4xYzEuNywwLDMuMS0xLjQsMy4xLTMuMQ0KCQlDMTMuOSw4LjEsMTIuNSw2LjcsMTAuOCw2LjciLz4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTAuOCwyNS43TDEwLjgsMjUuN2MtMC4yLDAtMC40LTAuMS0wLjYtMC4yYy0wLjQtMC40LTkuNS0xMC05LjUtMTUuM0MwLjcsNC41LDUuMiwwLDEwLjgsMA0KCQlzMTAuMSw0LjUsMTAuMSwxMC4xYzAsNS40LTkuMSwxNC45LTkuNSwxNS4zQzExLjIsMjUuNiwxMSwyNS43LDEwLjgsMjUuNyBNMTAuOCwxLjVjLTQuNywwLTguNSwzLjgtOC41LDguNQ0KCQljMCwzLjcsNS43LDEwLjYsOC41LDEzLjdjMi44LTMsOC41LTEwLDguNS0xMy43QzE5LjQsNS40LDE1LjUsMS41LDEwLjgsMS41Ii8+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTEwLjgsMzAuOWMtMi44LDAtNS40LTAuNS03LjQtMS40Yy0yLjItMS0zLjQtMi40LTMuNC0zLjljMC0xLjgsMS42LTMuNCw0LjUtNC4zYzAuNC0wLjEsMC44LDAuMSwxLDAuNQ0KCQljMC4xLDAuNC0wLjEsMC44LTAuNSwxYy0yLjEsMC43LTMuNCwxLjgtMy40LDIuOWMwLDEuOCwzLjgsMy44LDkuMywzLjhzOS4zLTIsOS4zLTMuOGMwLTEtMS4zLTIuMi0zLjQtMi45Yy0wLjQtMC4xLTAuNi0wLjYtMC41LTENCgkJYzAuMS0wLjQsMC42LTAuNiwxLTAuNWMyLjgsMSw0LjQsMi42LDQuNCw0LjNjMCwxLjUtMS4yLDIuOS0zLjQsMy45QzE2LjIsMzAuNCwxMy42LDMwLjksMTAuOCwzMC45Ii8+DQo8L2c+DQo8L3N2Zz4NCg==);
    background-size: 22px 31px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 32px;
    margin: 3px 0 10px;
}
.order-btn {
    width: auto;
    display: inline-block;
	text-align: center;
    border: none;
    background: #dfbc13;
    font-size: 30px;
    color: #ffffff;
    padding: 0 29px;
    font-weight: 700;
    height: 51px;
    line-height: 51px;
  	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
     -webkit-transition: all 300ms ease-in-out 0s;
       -moz-transition: all 300ms ease-in-out 0s;
            transition: all 300ms ease-in-out 0s;
    -webkit-clip-path: polygon(50% 17%, 65% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 0, 35% 0);
            clip-path: polygon(50% 17%, 65% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 0, 35% 0);
}
.order-btn:hover, .order-btn:focus {
    color: #7f9c8b;
    outline: none;
}
.location-box a.phone {
    color: #7f9c8b;
    font-size: 34px;
    font-weight: 600;
    display: inline-block;
    margin: 0 0 45px;
    background: url(../images/phone.svg);
    background-size: 26px 26px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 44px;
    letter-spacing: 1px;
}
.location-box a.phone:hover {
    color: #dfbc13;
}
.btn-default.menu-btn {
    float: none;
    display: inline-block;
    font-size: 25px;
    position: relative;
    top: -5px;
    height: 57px;
    line-height: 57px;
    padding: 0 23px 0 17px;
    text-transform: uppercase;
    background: #7f9c8b url(../images/menu.svg) no-repeat 17px center;
    background-size: 28px 27px;
    min-width: 352px;
    text-align: right;
}
.btn-default.menu-btn:hover {
    color: #dfbc13;
    background: #7f9c8b url(../images/menu-hover.svg) no-repeat 17px center;
    background-size: 28px 27px;
}





.noten.btn-default.menu-btn {
    /* color: #dfbc13; */
    background: #7f9c8b url(../images/noten_new_wit.png) no-repeat 17px center;
    background-size: 28px 27px;
}
.noten.btn-default.menu-btn:hover {
    /* color: #dfbc13; */
    background: #7f9c8b url(../images/noten_new.png) no-repeat 17px center;
    background-size: 28px 27px;
}




.flag-btn i {
    font-size: 30px;
    margin-right: 9px;
}
.flag-btn{
    position: absolute;
    left: -22px;
    top: -25px;
    height: 57px;
    padding: 0 27px 0 17px;
    line-height: 57px;
}
.flag-btn:hover{
    background: #7f9c8b;
}
.content-block {
    width: 100%;
    float: left;
    text-align: center;
}
.image-wrap {
    width: 100%;
    float: left;
    border-radius: 10px;
    position: relative;
    text-align: center;
    margin: -65px 0 44px;
    height: 235px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.image-wrap .btn-default {
    float: none;
    display: inline-block;
    margin: 0 auto -26px;
    font-size: 30px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
.main-content {
    width: 100%;
    float: left;
    padding: 45px 30px 10px;
    position: relative;
    z-index: 9;
}
.main-content h2 {
    padding: 0 0 37px;
}
.main-content h2 span {
    color: #7f9c8b;
}
.timing-block{
    width: 100%;
    float: left;
}
.timing-block h2 {
    position: relative;
    z-index: 10;
    top: 5px;
}
.grey-box {
    width: 100%;
    float: left;
    padding: 20px 25px 25px 40px;
    background: #f5f5f5;
    border-radius: 10px;
    text-align: left;
    position: relative;
    z-index: 9;
}
.block-single {
    width: 41.5%;
    /* float: left; */
		margin: 0 auto;
}
.block-single:last-child{
    float: right;
}
.block-single h3 {
    color: #7f9c8b;
}
.block-single ul li span {
    float: right;
}

.banner-container.inner .banner-content{
    bottom: -30px;
    top: inherit;
    -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
            -ms-transform: translateY(0);
                -o-transform: translateY(0);
                    transform: translateY(0);
}

.banner-container.inner .banner-single{
    min-height: 500px;
}
/*----------------- contact -----------------*/

.content-block.top-block{
    padding: 40px 0 75px;
    position: relative;
    filter: drop-shadow(-29px 17px 12px rgba(0, 0, 0, .08));
}

.content-block.top-block:after{
    content: " ";
    position: absolute;
    left: -10%;
    bottom: 0;
    border-top: 130px solid #ffffff;
    border-left: 60vw solid transparent;
    border-right: 60vw solid transparent;

}
.contact-block{
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    padding-top: 62px;
}
.contact-block .main-content{
    padding-bottom: 30px;
}
.contact-block h2{
    padding-bottom: 3px;
}
.contact-block p{
    padding-bottom: 20px;
}
.form-outer{
    max-width: 403px;
    margin: 0 auto;
}
.form-outer .form-group{
    float: left;
    width: 100%;
    margin-bottom: 52px;
}
.form-outer .form-group.last{
    margin-bottom: 34px;
}
.form-outer label{
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 35px;
    color: #7f9c8b;
    font-weight: 700;
    margin-bottom: 5px;
}
.form-outer .form-control{
    float: left;
    width: 100%;
    color: #7f9c8b;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    height: 51px;
    border: none;
    background: #f3f3f3;
    text-align: center;
    margin: 0;
    box-shadow: none;
    outline: 0;
    padding: 5px 20px;
    -webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}
.form-outer .form-control:focus{
    box-shadow: none;
    outline: 0;
}
.form-outer textarea{
    min-height: 138px;
    resize: none;
}
.form-control::-webkit-input-placeholder {
    color: #7f9c8b;
    opacity: 1;
}

.form-control:-moz-placeholder {
    color: #7f9c8b;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #7f9c8b;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #7f9c8b;
    opacity: 1;
}
.form-outer .btn-default{
    float: none;
    display: inline-block;
}



/**********************************************
   Footer
***********************************************/
.footer-container {
    width: 100%;
    float: left;
    background: #d6b512;
    padding: 70px 0 0 0;
    position: relative;
    z-index: 1;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.footer-container:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #FFF;
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 36%);
    clip-path: polygon(100% 0, 0 0, 50% 36%);
}

.footer-icons {
    padding: 30px 0;
    text-align: center;
    position: relative;
    z-index: 2;
}
.footer-icons > span {
    font-weight: 300;
    font-size: 16px;
}
.footer-icons ul {
    list-style: none;
    margin-top: 5px;
}
.footer-icons ul li {
    display: inline-block;
}
.footer-icons ul li a {
    color: #000;
    width: 37px;
    height: 37px;
    border: 1px solid #000;
    float: left;
    border-radius: 50%;
    line-height: 37px;
    padding: 0 0 0 0;
}
.footer-icons ul li a:hover {
    background: #FFF;
}
.footer-icons ul i {
	position: relative;
    top: 5px;
}

.contact_row {
	margin-bottom: 20px;
}
.clearBoth {
	clear: both;
}

.frm_e_mailadres, .frm_naam, .frm_omschrijving {
	float: left;
    width: 100%;
    color: #7f9c8b;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    height: 51px;
    border: none;
    background: #f3f3f3;
    text-align: center;
    margin: 0;
    box-shadow: none;
    outline: 0;
    padding: 5px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#sendButton {
	float: none;
	display: inline-block;
	width: auto;
	text-align: center;
	border: none;
	background: #7f9c8b;
	font-size: 24px;
	color: #ffffff;
	padding: 0 17px;
	font-weight: 700;
	height: 51px;
	line-height: 51px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}

iframe {
	height: 820px;
	width: 60%;
	 /* border: 4px solid whitesmoke; */
  padding: 4px;
}


a.bestel_online {
	color: white;
}

a.bestel_online:hover {
	color: #7f9c8b;
}
