body {
    
        font-family: Courier, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    
    overflow-x: hidden;
}

body a {
    color: #000;
}

.page-wrap {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
}

.trenner {
    margin-bottom: 0px;
    color: #cacaca;
    border: 1px solid #cacaca;
}

.inline {
    display: inline;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
}
p {   font-size: 16px;}

footer {
    padding-bottom: 40px;
}

footer h2, footer p {
    font-size: 12px;
}

section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.page-wrap img {
    max-width: 100%;
    height: auto;
}

.vh-70 {
    min-height: 70vh;
}
.bg-image-area {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    
}

.bg-image-area-1 {
    background-image: url(wirrkopf_bg_web.jpg); 
}


.logo {
    /*padding: 50px 0px;*/
        padding: 1vw 0px;
}
.logo img {
    max-height: 136px;
}

.pos-abs {
    position: absolute;
}

.pos-rel {
    position: relative;
}


.pos-abs.slogan {
    bottom: 10vh;
    left: 0px;
    
}

.col-md-1 img {
	padding-bottom: 20px;
}


@media only screen and (max-width : 1200px) {}
/*Medium Devices, Desktops */
@media only screen and (max-width : 992px) {}
/* Small Devices, Tablets*/
@media only screen and (max-width : 768px) {
    
    .vh-70 {
    min-height: 70vh;
}
    
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {}
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {}
