@charset "utf-8";

/* ALLGEMEINES */
* {margin: 0; padding: 0;}

body {
	background: #e4c8b1; 
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px; 
	line-height: 16px;
	text-decoration: none;
	color: #000;
}

@media (min-width: 2400px) {
	#seitenbreite {
	width: 50%;
	margin: 0 auto;
	position: relative;
}
}

@media (max-width: 2399px) {
	#seitenbreite {
	width: 60%;
	margin: 0 auto;
	position: relative;
}
}

@media (max-width: 2000px) {
	#seitenbreite {
	width: 70%;
	margin: 0 auto;
	position: relative;
}
}

@media (max-width: 1700px) {
	#seitenbreite {
	width: 80%;
	margin: 0 auto;
	position: relative;
}
}

@media (max-width: 1500px) {
	#seitenbreite {
	width: 90%;
	margin: 0 auto;
	position: relative;
}
}

@media (max-width: 1400px) {
	#seitenbreite {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
}

p{margin: 0px 0px 10px 0px;}
a{color: #6a0f00; text-decoration: none;}
a:hover {color: #a72f1c; text-decoration: underline;}

h1 {
	color: #000; 
	font-size: 130%; 
	font-weight:normal;
}

h2 {
	color: #fff; 
	background:#690f00; 
	width: 17%;
	min-width: 130px;
	font-size: 100%; 
	padding-left: 3px; 
	font-weight: normal; 
}
h2.upper{
    text-transform: uppercase;
}

h3 {
	color: #690f00; 
	font-size: 110%; 
	margin: 0;
}

h4 {
	color: #fff; 
	text-transform: uppercase; 
	background:#690f00; 
	width: 185px; 
	font-size: 100%; 
	padding-left: 3px; 
	font-weight: normal; 
	margin: 0px;
}

hr {
    background-color: #000;
    height: 1px;
    border-style: none;
    margin: 6px auto;
    opacity: 0.2;
}

.fehler {font-weight: bold; color: #ff0000;}
.hervorgehoben {font-size:14px; color: #b35f18;}
.clearFloat {clear: both;}

.telefon, .faxnummer {
	color: #000;
}

/*SEITENFORMATIERUNG*/

.contentwrapper {
	width: 75%;
	background-color: #fff;
	box-shadow: 0px 0px 5px #888888;
	margin: -250px auto 0px auto;
	padding-top: 250px;
}

@media (max-width: 1400px) {
.contentwrapper {
	width: 85%;
}
}
/*HEADER NAVI*/
    /*IE SPECIAL TREATMENT*/
    @supports (-ms-ime-align:auto) {
        .navbar {
            position: relative;
        }
    }
    @media screen\0 {
    .navbar {
            position: relative;
        }    
    }
    /*IE SPECIAL TREATMENT END*/
    

/*NAVIGATION*/

.show::after {
	content: "";
 	display: block;
	width: 100%;
	height: 1px;
	background-color: #000;
}

@media (min-width: 1400px) {
.navbar {
    position: relative;
	margin: 20px auto 0 auto;
	width: 75%;
	background-color: rgb(255, 255, 255);
    text-align: center;
    z-index: 1100;
}
}

@media (max-width: 1399px) {
.navbar {
    position: relative;
	margin: 20px auto 0 auto;
	width: 85%;
	background-color: rgb(255, 255, 255);
    text-align: center;
    z-index: 1100;

}
}

@media (max-width: 1100px) {
.navbar {
    position: relative;
	margin: 20px auto 0 auto;
	width: 85%;
	background-color: rgb(255, 255, 255);
    text-align: center;
    z-index: 1100;
    
}

.navbar-toggle {
    position: relative;
	width: 85%;
	margin: 20px auto 0 auto;
	background-color: rgb(255, 255, 255);
    text-align: center;
    z-index: 1100;
}
}

@media (min-width: 1400px) {
.navi {
    display: block;
    font-size: 105%;
    line-height: 45px;
    list-style: none;
    text-transform: uppercase;
    font-weight: normal;
    margin: 10px auto;
    padding: 0;
}

.linkitem {
    display: inline-block;
}
}

@media (max-width: 1399px) {
.navi {
    display: block;
    font-size: 105%;
    line-height: 45px;
    list-style: none;
    text-transform: uppercase;
    font-weight: normal;
    margin: 10px auto;
    padding: 0;
}
.linkitem {
    display: inline-block;
}
}
@media (max-width: 1150px) {
#menu {
    overflow: hidden;
}
.navi {
    /*display: none;*/
    max-height: 0px;
    display: block;
    font-size: 105%;
    line-height: 45px;
    list-style: none;
    text-transform: uppercase;
    font-weight: normal;
    margin: 10px auto;
    padding: 0;
    z-index: 1000;
    opacity: 0;
    transition: max-height 0.5s ease-in, opacity 0s ease-in 0.5s;
}
.linkitem {
    display: block;
}
.show {
    max-height: 420px;
    width: 100%;
    font-size: 105%;
    line-height: 45px;
    list-style: none;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.95);
    text-align: center;
    margin: 10px auto;
    padding: 0;
    z-index: 1000;
	opacity: 1;
}

.show .linkitem, .navi .linkitem {
    width: 100%;
}
.show .linkitem a, .navi .linkitem a {
    margin: 5px;
    background: url();
    color: #6a0f00;
    text-decoration: none;
}
.show .linkitem .active, .navi .show .linkitem .active {
    margin: 5px;
    background: url();
    color: #6a0f00;
    text-decoration: underline;
    font-weight: 500;
}
.show .linkitem a:hover, .show .linkitem a:active, .navi .linkitem a:hover ,.navi .linkitem a:active {
	margin: 5px;
    background: url();
    color: #6a0f00;
    text-decoration: underline;
    font-weight: 500;
}
}
@media (min-width: 1151px) {
.navbutton {
    display: none;
}
}
@media (max-width: 1150px) {
.navbutton {
    display: block;
    font-size: 110%;
    line-height: 25px;
    list-style: none;
    text-transform: uppercase;
    font-weight: normal;
    padding-top: 10px;
    cursor: pointer;
    background-image: url();
}
.linkitem a:hover, .linkitem a:active {
    background-image: url();    
}
}

@media (min-width: 1400px) {
.linkitem a {
    margin: 3px;
    text-align: center;
    color: #6a0f00;
    text-decoration: none;
}
}
@media (max-width: 1399px) {
.linkitem a {
	margin: 5px;
    background: url();
    padding-right: 5px;
    text-align: center;
    color: #6a0f00;
    text-decoration: none;
}
.linkitem a:hover, .linkitem a:active {
    margin: 5px;
    background: url();
    text-align: center;
    color: #6a0f00;
    text-decoration: underline;
}
.linkitem .active {
    font-weight: 500;
    text-decoration: underline;
}
}

/*HEADBILDER UND LOGO*/

.flexboxheader {
	top: 20px;
	position: relative;
	display: flex;
  	justify-content: center;
  	z-index: 800;
}

.bild-links {
	box-sizing: border-box;
	background-image: url(/bilder/_head/essen-im-utspann.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 38%;
	content: "";
	border: 1px solid #fff; 
	z-index: 1; 
}

.logo {
    max-width: 335px;
    z-index: 100;
    min-width: 100px;
    width: 20%;
    text-align: center;
    margin: -15px calc(1% - 105px);
}

.logo img {
	max-width: 335px;
    min-width: 100px;
    width: 75%;
}

.bild-rechts {
	box-sizing: border-box;
	background-image: url(/bilder/_head/utspann-aussenansicht.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 38%;
	content: "";
	border: 1px solid #fff; 
	z-index: 1; 
}

@media (max-width: 1400px) {
.bild-links {
	width: 42%;
}

.bild-rechts {
	width: 42%;
}
}


/*CONTENT*/

.flexbox {
	top: 20px;
	position: relative;
	display: flex;
  	justify-content: center;
}



div.content {background: #e7ddd4; width: 95%; margin: 0px auto; padding: 45px 0px; box-sizing: border-box;}
div.contentbreit {background: #f1e6dc; width: 80%; float: left; margin-left: 11px; padding: 10px;}
div.contentbreit p.marker {color: #690f00;}
div.contentleft {background: #f1e6dc; width: 38%; float: left; margin: 10px; padding: 10px; min-height: 245px; box-sizing: border-box; height: 100%}
div.contentleft p.marker {color: #690f00;}
div.contentmiddle {background: #fff; min-width: 150px; max-width: 155px; float: left; margin: 10px auto; padding: 10px; min-height: 245px; box-sizing: border-box; height: 100%}
div.contentmiddle p {padding-left: 3px;}
div.contentmiddle p.marker {color: #690f00;}
div.contentright {background: #f1e6dc; width: 38%; float: left; margin: 10px; padding: 10px; min-height: 245px; box-sizing: border-box;  height: 100%}
div.contentright p.marker {color: #690f00:}
div.content br {clear: both;}
div.content a {display: inline-block;}

div._content {background: #e7ddd4; width: 100%; margin: 20px 0px 0px 24px; padding: 30px 0px 10px 0px;}
#hinw_txt {margin: 0 69px; padding: 8px; text-align: center; background: #f1e6dc;}
    #fett {font-size: 18px; font-weight: bold;}
    #norm {font-size: 14px; color: #690f00;}
#hinw_pic {margin: 0 69px; padding: 0;}

div.content p.leftList, div.content p.rightList {margin: 10px 0;}
div.content p.leftList span, div.content p.rightList span {font-weight: bold;}

div.content div.galerie-cont {padding: 2px 0 20px 0; text-align: center;}
div.content div.galerie-cont h1 {padding-bottom: 15px; text-align: left;}
div.content div.galerie-cont a.raeumlich {width: 84px; height: 56px; overflow: hidden;}
div.content div.galerie-cont img {margin-bottom: 10px;}

.lightboxlist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.lightboxlist li {
    width: 20%;
    max-width: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 10px;
    min-width: 150px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    height: 150px;
    overflow: hidden;
    position: relative;
    background-color: #c6c6c6;
}
.lightboxlist li img {
width: 300px;
height: auto;
}

/*FOOTER*/

div.marker {color:#690f00; text-align:center; margin: 10px auto; width: 75%;}

/*FORMULARE*/

.kontakt fieldset {border: 0px; padding: 0px; margin: 12px 0px 0px 0px;}
.kontakt label {float: left; display: block; width: 100px; margin-bottom: 6px;}
.kontakt input {border: 1px solid #690f00; background: #fff; width: 350px;}
.kontakt input.kurz {border: 1px solid #690f00; background: #fff; width: 80px;}
.kontakt input.submit {border: 1px solid #690f00; background: #fff; width: 175px;}
.kontakt textarea {border: 1px solid #690f00; background: #fff; width: 45%; height: 150px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}

.textrot {
	color: #690F00;
	font-size: 16px;
}

@media (max-width: 850px) {
.bild-links {
	width: 0%;
}

.bild-rechts {
	width: 0%;
}

.flexbox {
	display: inline-block;
	margin: 0 auto;
	width: 100%;
}
div.contentleft {width: 90%; float: none;}
div.contentmiddle {float: none; text-align: center; max-width: 280px;}
h2 {width: 100%;}
div.contentright {width: 90%; float: none;}

.logo {
	width: 100%;
	margin: -15px auto;
}
}

.formular {
    opacity: 1;
    transition: all 0.5s ease;
}
.kontakt {
    display: flex;
    flex-flow: row wrap;
}
.kontakt > * {
    flex: 1 1 100%;
    display: block;
    margin-bottom: 10px;
}
.kontakt .fieldbig.safety {
    display: flex;
    align-items: stretch;
    flex-flow: row wrap;
}
.kontakt.fieldbig > .kontakt.fieldsmall {
    padding: 0;
    display: flex;
    flex-flow: column;
    align-items: left;
    justify-content: space-between;
    flex: 1 1 250px;
}
.kontakt.fieldbig > .kontakt.fieldsmall > .kontakt p {
    display: flex;
    align-items: start;
    flex: 1 1 100%;
}
.kontakt.fieldbig > .kontakt.fieldsmall > .kontakt p > .kontakt small > .kontakt a {
    margin: 0 10px;
}
.kontakt.fieldbig > .kontakt.fieldsmall > .kontakt.captinput {
    flex: 1 1 70px;
    max-height: 25px;
}
.fieldsmall.buttonfield {
    justify-content: space-between;
	display: flex;
	align-items: flex-start;
	margin: -10px -20px;
}
.fieldsmall.buttonfield .button {
	flex: 1 1 100px;
    border: none;
    margin: 20px;
	padding: 5px 15px;
	cursor: pointer;
	background-color: #690f00;
	color: #fff;
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
}
.fieldsmall.buttonfield .button:hover {
	background-color: #690f00;
	color: #fff;
	opacity: 0.5;
}
.fieldsmall.buttonfield .button[type="reset"] {
    background-color: #3e3e3e
}

.kontakt.hide {
    pointer-events:none;
    opacity: 0.5;
    transition: all 0.5s ease;
}
.kontfeedbackbox {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 0.5s linear;
    background-color: #8d8077;
    z-index: 30000;
    height: 120px;
    padding: 20px;
    box-sizing: border-box;
    width: 70%;
    max-width: 300px;
    right: 20px;
    top: 20px;
    left: auto;
    cursor: auto;
}
.kontfeedbackbox.feed {
    opacity: 1;
    pointer-events: all;
}
.closefeed {
    position: absolute;
    right: 10px;
    top: 7px;
    cursor: pointer;
    margin: 0;
    color: #fff !important;
    font-size: 20px !important;
}
.kontfeedback {
    border: none;
    width: 100%;
    transition: all 0.5s ease;
    height: 80px;
}
#feedback:before {
    display: block;
    content: " ";
    margin-top: -50px;
    height: 50px;
    visibility: hidden;
}
form {
    margin: 0px 0px 40px;
}
form a:before {
    display: none !important;
}
.kontakt.filler {
    width: 0.1% !important;
    max-width: 0.1%;
    height: 0px;
    margin: 0;
    padding: 0;
    min-width: 0px;
}
.kontakt input, .kontakt textarea, .kontakt.touched:required:valid {
    width: calc(100% - 14px);
    min-width: calc(80% - 14px);
    max-width: calc(100% - 14px);
    font-family: inherit;
    font-size: 14px;
    border: none;
    padding: 7px;
    transition: all .2s ease-in;
    -webkit-appearance: none;
    border-radius: 0;
    background-color: rgba(255, 255,255,0.8);
    box-shadow: 0 0 #eee;
    background-position: calc(100% - 5px) center;
    background-repeat: no-repeat; 
}
.kontakt textarea {
    resize: none;
}
.kontakt input {
    background-size: 0px;
    transition: all .2s ease-in;
}
.hpt {
    visibility: hidden;
    position: absolute;
    z-index: -10000;
    top: -100vh;
}
.kontakt.touched {
    background-size: 20px;
    transition: all .2s ease-in;
}
.kontakt input:focus, .kontakt textarea:focus {
    background-color: rgba(255, 255,255,1) !important;
    transition: all .2s ease-in;
}
.kontakt.touched:required:valid {
    background-image: url(../images/general/valid.svg);
    border: none !important;
}
.kontakt.touched:required:invalid {
    background-image: url(../images/general/invalid.svg);
}
.kontakt .button {
    background-color: #690f00;
    color: #fff;
    min-width: 0px !important;
    cursor: pointer;
    box-shadow: 0px 0px 2px rgba(0,0,0,0) inset;
    transition: all .2s ease-in;
    padding: 7px;
    text-align: center;
    width: 100px !important;
    box-sizing: border-box;
}
.kontakt .button:hover {
    background-color: #e4c8b1;
    color: #000;
    transition: all .2s ease-in;
}

.kontakt input[type="checkbox"]{
   width: 15px;
   height: 15px;
   padding: 0;
   appearance: checkbox;
   -moz-appearance: checkbox;
   -webkit-appearance: checkbox;
}

.kontakt form p {
    margin: 0px;
}
.result {
    padding: 1rem;
    border: 2px solid #690f00;
    background-color: #fff
}
.reload {
    animation: rel 1s infinite linear;
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}
.reload:hover {
    animation: rel 1s infinite linear;
    animation-play-state: running;
    -webkit-animation-play-state: running;
}
@keyframes rel {
    0%   { transform: rotate(0deg);}
    100%   { transform: rotate(360deg);}
}
.kontakt.fieldsmaller {
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
}
.margintop {
    margin: 60px 0px 22px !important;
}

@media (max-width: 550px){
.fieldsmaller {
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
}
}

.move {
    position: absolute;
    margin: 0;
    cursor: move;
}
.move:after {
    content: url(../images/general/move.svg);
    display: inline-block;
    height: 12px;
}
.contentform > .move {
    right: 80px;
    top: 36px;
}
.description .move {
    left: 10px;
    top: 10px;
}
.notvalid {
    font-size: 16px !important;
    padding: 20px;
    position: absolute;
    bottom: 20px;
    margin: 0;
    color: #fff !important;
    background-color: #f00;
    box-sizing: border-box;
    width: 256px;
}

.resbutton {
    padding: 10px;
    text-align: center;
    width: 100%;
    border: 1px solid #690f00;
    box-sizing: border-box;
}
input.input.hpt {
    width: 0px;
    height: 0px;
    border: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
}
.feedbackframe {
    padding: 10px;
    margin-bottom: 10px;
    color: #fff;
    background-color: #690f00;
    text-align: center;
    width: 100%;
    border: 1px solid #690f00;
    box-sizing: border-box;
    box-sizing: border-box;
}
#klaro {
    z-index: 1110;
    position: fixed;
}