/*
 * schwarz: #171717
 * braun: rgb(76, 57, 31)
 */

::after, ::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
        
* {
    border: 0;
    -webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
    margin: 0;
    padding: 0;
}
        
body {
    background-color: #171717;
    color: #171717;
    font-family: "100%/1.4 Calibri", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.375;
}
        
a,
a:hover,
a:focus,
a:active {
  outline: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

img {
    border: 0;
    max-height: 100%;
    vertical-align: middle;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

address {
    font-style: normal;
}

/* GRID */
.container {
    margin-left: auto;
    margin-right: auto;	
	padding-left: 15px;
	padding-right: 15px;
}

@media(min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media(min-width: 992px) {
    .container {
        width: 970px;
    }
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-xs-12, .col-sm-6 {
    float: left;
	min-height: 1px;
	padding: 15px;
    position: relative;
}
.col-xs-12 {
	width: 100%;
}
@media(min-width: 768px) {
    .col-sm-6 {
        width: 50%;
    }
}

/* CUSTOM */

.container {
    background-color: rgb(76, 57, 31);
    border: 1px solid rgb(76, 57, 31);
    padding-bottom: 15px;
    padding-top: 15px;
}

/*
.row {
    background-color: white;
}
*/


a {
-webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}

a,
a:link,
a:visited {
    color: #B99359;
}
a:hover,
a:focus,
a:active {
    color: black;
}

.white {
    background-color: white;
}

img.header {
    border-bottom: 15px solid rgb(76, 57, 31);
}

h1,
h2 {
    text-align: center;
    margin: 0;
}
h1 {
    font-size: 2.25em;
}
h1.title {
    background-color: white;
    color: rgb(76, 57, 31);
    padding: 80px 0;
}
h1.title span {
    color: initial;
}

h2 {  
    font-size: 2.25em;
}

.leistungen {
    border-top: 15px solid rgb(76, 57, 31);
    background-color: #171717;
}
.leistungen h2 {
    color: white;
    padding: 30px 0 5px;
}

@media(max-width: 480px) {
    .leistungen h2 span::after {
        content: "\A";
        white-space: pre;
    }
}

.sameHeight {
    border: 15px solid #171717;
    border-top-width: 0;
    color: white;
	height: 237px;
    padding: 30px;
}
h3 {
    font-size: 2.0em;
}
ol, ul {
    margin: 0 0 10px 15px;
}

.contact {
    background: white;
     text-align: right;
}
h2.erreichbar {
    padding: 45px 0 0;
    border-top: 15px solid rgb(76, 57, 31);
}

address {
    margin-bottom: 0;
    padding: 30px;
    text-align: left;
}

.contact img {
    margin-bottom: 15px;
}

img.logo1 {
    max-width: 27%;
    margin-right: 15px;
}

nav ul { 
    margin-left: 0;
    margin-top: 15px;
    text-align: center;
}
@media(min-width: 768px) {
    nav ul { 
        float: right;
    }   
}
nav li {
    float: left;
    list-style: none;
}
nav li:nth-child(2) {
   margin: 0 15px;
}


nav a,
nav a:link,
nav a:visited {
    color: white;
}
nav a:hover,
nav a:focus,
nav a:active {
    color: #171717;
}

.impressum,
.datenschutz {
    background-color: white;
    padding: 15px;
}
.impressum h1,
.datenschutz h1 {
    color: rgb(76, 57, 31);
    font-size: 2.0em;
    margin: 15px 0;
    text-align: left;
}
.datenschutz h1 {
    font-size: 1.7em;
}
@media(min-width: 390px) {
    .datenschutz h1 {
        font-size: 2em;
    }  
}


.impressum h2,
.datenschutz h2,
.datenschutz h3.h2 {
    color: rgb(76, 57, 31);
    font-size: inherit;
    font-weight: bold;
    margin-top: 30px;
    text-align: left;
}
.datenschutz h3.h2 {
   font-weight: normal; 
}
