@-ms-viewport {width: device-width; zoom:1;}
@-o-viewport {width: device-width; zoom:1;}
@viewport {width: device-width; zoom:1;}
/* lobster-regular - latin */
@font-face {
  font-family: 'Lobster';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lobster-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lobster Regular'), local('Lobster-Regular'),
       url('../fonts/lobster-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lobster-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lobster-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lobster-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lobster-v20-latin-regular.svg#Lobster') format('svg'); /* Legacy iOS */
}

/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Raleway'), local('Raleway-Regular'),
       url('../fonts/raleway-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v12-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-italic - latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/raleway-v12-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Raleway Italic'), local('Raleway-Italic'),
       url('../fonts/raleway-v12-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v12-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v12-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v12-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v12-latin-italic.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-600 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/raleway-v12-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'),
       url('../fonts/raleway-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v12-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v12-latin-600.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-600italic - latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/raleway-v12-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local('Raleway SemiBold Italic'), local('Raleway-SemiBoldItalic'),
       url('../fonts/raleway-v12-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v12-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v12-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v12-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v12-latin-600italic.svg#Raleway') format('svg'); /* Legacy iOS */
}
@-ms-viewport {width: device-width; zoom:1;}
@-o-viewport {width: device-width; zoom:1;}
@viewport {width: device-width; zoom:1;}
@media only screen{
* {
	padding: 0;
	margin: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	display: block;
}
.img{
	border: 0px solid white;
}
a:link, a:visited, a:hover, a:focus, a:active{
  color: #333;
  text-decoration: none;
  font-weight: bold;
}
.link a:link, .link a:visited{
  color: #98252C;
  font-weight: bold;
	text-decoration: none;
	transition: .3s all ease;
}
.link a:hover, .link a:focus, .link a:active{
	color: #98252C;
  background: none;
}
.white a:link, .white a:visited{
	color: #fff;
	text-decoration: none;
	transition: .3s all ease;
}
.white a:hover, .white a:focus, .white a:active{
	color: #F9CB51;
	text-decoration: none;
  background: none;
}
body, html {
	font-family: 'Raleway', 'Verdana', sans-serif;
	font-size: 14px;
	background-color: #fff;
	-webkit-text-size-adjust: none;
	color: #333333;
	letter-spacing: .07em;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}
h1, h2, h3, h4{
	font-weight: normal;
}
.duration{
  animation-duration: 2s;
}
.delay{
  animation-delay: .1s;
}
.white{
	color: #fff;
}
.block {
	display: block;
}
.bold{
	font-weight: 600;
}
.italic{
	font-style: italic;
}
.clear {
	clear: both;
	height: 0;
	width: 0;
}
/*vertikale Zentrierung*/
.zentriert {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.last{
  padding-bottom: 0;
  margin-bottom: 0;
}
.center{
	text-align: center;
}
.divided {
	float: left;
	width: 50%;
}
.hidden_text, .show_print{
	display: none;
}
.hidden{
	opacity: 0;
}
.red{
  color: #98252C;
}
.yellow{
  color: #F9CB51;
}
.visible{
	opacity: 1;
}
.invisible{
  visibility: hidden;
}
.back_to_top{
	display: none;
	position: fixed;
	bottom: 10px;
	right: 20px;
	z-index: 999;
	width: 40px;
	height: 40px;
	border-radius: 25px;
	background-color: #98252C;
	color: white;
	text-align: center;
	font-size: 30px;
	padding-top: 3px;
	opacity: .9;
	box-shadow: 3px 3px 3px #333;
	transition: .5s all ease;
}
.uppercase{
	text-transform: uppercase;
}
.back_to_top:link, .back_to_top:visited, .back_to_top:focus, .back_to_top:active{
	color: white;
	opacity: .7;
}
.back_to_top:hover{
	opacity: 1;
	transform: translateY(-3px);
}
#modal {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  height: 100%;
  width: 100%;
  font-size: 18px;
}

#modal .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 97%;
  max-width: 600px;
  text-align: center;
}

#modal .niconne {
  font-size: 13px;
}

.modal-link a {
  text-align: center;
  font-weight: bold;
}

#modal .con {
  padding: 20px 30px 50px 20px;
}

#modal .con img {
  width: 100%;
  max-width: 250px;
  margin-bottom: 10px;

}

@media screen and (max-height: 1000px) {
  #modal .con img {
    height: 20vh;
    object-fit: cover;
  }
}

@media screen and (max-height: 720px) {
  #modal .con img {
    display: none;
  }
}

#modal button {
  font-weight: bold;
  background: transparent;
  border: none;
  float: right;
  padding: 15px;
  color: #999;
  font-size: 30px;
}

#modal .niconne {
  font-size: 30px;
  line-height: 30px;
  color: #723207;
  line-height: 1em;
  margin-bottom: 15px;
}

@media only screen and (min-width: 400px) {
  #modal .niconne {
    font-size: 40px;
    line-height: 1em;
  }
}

#modal button:hover {
  cursor: pointer;
  color: #333;
}

#modal .btn {
  background-color: #72320760;
  width: 100%;
  text-align: center;
  padding: 10px;
  margin-top: 30px;
  border-radius: 6px;
  font-weight: 700;
}

#modal .small {
  font-size: 14px;
  margin-top: 10px;
}

#modal a:link .btn,
#modal a:visited .btn {
  color: #fff;
  text-decoration: none;
}

@media only screen and (min-width: 600px) {
  #modal .con {
    padding: 40px 50px 50px 40px;
  }

  #modal {
    font-size: 22px;
  }
}
#main p.negativ{
  margin-bottom: 5px;
}
#main h1{
  font-family: 'Lobster';
  color: #98252C;
  margin-bottom: 10px;
  margin-left: -4px;
  font-size: 40px;
}
#main p.lobster, .lobster, .aktuelles h2, #main h1{
  font-family: 'Lobster';
  font-size: 35px;
  line-height: 1em;
}
#main p.lobster.big, .lobster.big{
  font-size: 30px;
  line-height: 1em;
  padding: 0 0 5px 50px;
}
#main p.big, .big{
  font-size: 15px;
}
@media only screen and (min-width: 563px){
  #main p.lobster.big, .lobster.big{
    font-size: 50px;
  }
  #main p.big, .big{
    font-size: 22px;
  }
  #main p.lobster, .lobster, #main h1{
    font-size: 40px;
  }
}
.modal_heading {
    font-family: 'Lobster';
    color: #98252C;
    margin-bottom: 15px;
    font-size: 32px;
}
#modal .con p:not(:last-of-type) {
  margin-bottom: 10px;
}
.small{
  font-size: 12px;
}
.line{
  display: inline-block;
  border-bottom: 3px solid #fff;
  padding-bottom: 5px;
}
.linie{
  border-bottom: 3px solid #fff;
  padding-bottom: 5px;
  width: 100%;
  margin-bottom: 30px;
}
.grey{
  opacity: .2;
}
#main p{
  margin-bottom: 15px;
}
#main ul{
  margin-bottom: 15px;
  margin-left: 14px;
}
#main ul li{
  list-style-type: none;
}
#main ul li {
  list-style: square;
}
#main ul.question{
  margin-left: 0;
}
#main ul.marg, .trans{
  padding: 20px 15px 5px 25px;
  background: #fff;
}
.trans{
  margin-bottom: 15px;
}
@media only screen and (min-width: 500px){
  #main ul.marg, .trans{
    padding: 30px 50px 15px 40px;
  }
}
#main ul.marg li{
  margin-bottom: 15px;
}
#main .margin-top{
  margin-top: 35px;
}
/**********MEDIA*QUERIES**************************************************************************/
#pagewrapper{
  min-height: 100%;
}
#kontakt{
  width: 100%;
  background: #EFE6C5;
  background: rgba(239,230,197,.5);
  font-size: 14px;
  box-shadow: 3px 3px 5px #333;
  padding: 25px 15px 25px 15px;
}
#kontakt.pic{
  padding-bottom: 300px;
}
#check{
	display: none;
}
@media only screen and (min-width: 410px){
  #kontakt{
    padding: 25px 25px 25px 25px;
  }
}
@media only screen and (min-width: 548px){
  #kontakt{
    padding-bottom: 25px;
  }
  #kontakt.pic{
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 1081px){
  #kontakt{
    height: 100vh;
    position: fixed;
    top: 130px;
    left: 0;
    z-index: 1;
    width: 400px;
    padding: 8% 40px;
  }
}
#kontakt h1{
  font-size: 14px;
}
#kontakt h1.small{
  font-size: 12px;
  margin-top: 6px;
  padding-bottom: 10px;
}
#kontakt .lobster{
  font-size: 35px;
  margin-left: -3px;
  padding-bottom: 5px;
}
#kontakt .inner{
  line-height: 1.6em;
  margin-top: 12px;
}
.button{
  display: inline-block;
  background: #98252C;
  box-shadow: 3px 3px 3px #333;
  padding: 15px 15px;
  transition: .2s all ease;
  margin: 20px 3px 3px 0;
}
.link .no a:link, .link .no a:visited{
  padding: 0;
  background: none;
}
.link .no .button{
  margin-top: 0px;
}
.button:hover{
  transform: scale(.99);
  box-shadow: 1px 1px 2px #333;
}
header{
  padding-top: 15px;
  width: 100%;
  background: #98252C;
  color: #fff;
}
#trautmann{
  float: right;
  text-align: right;
  padding: 0 15px 5px 0;
}
@media only screen and (min-width: 410px){
  #trautmann{
    padding-right: 25px;
  }
}
header .box1{
  width: 100%;
  height: 3px;
  background: #fff;
}
header .box2{
  width: 100%;
  height: 4px;
  background: #98252C;
}
header .box3{
  width: 100%;
  background: #fff;
  color: #333;
  font-size: 10px;
  padding: 3px 15px 3px 15px;
  text-align: right;
  font-weight: bold;
  box-shadow: 0px 2px 3px #333;
  line-height: 1.3em;
}
@media only screen and (min-width: 410px){
  header .box3{
    padding: 3px 25px 3px 25px;
  }
}
@media only screen and (min-width: 1081px){
  header{
    height: 110px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
}
@media only screen and (min-width: 1121px){
  #trautmann{
    position: absolute;
    bottom: 10px;
    right: 25px;
    padding: 0;
  }
  header .box1{
    position: absolute;
    bottom: -3px;
  }
  header .box2{
    position: absolute;
    bottom: -6px;
  }
  header .box3{
    position: absolute;
    bottom: -25px;
  }
}
@media only screen and (min-width: 1500px){
  header{
    min-width: 140px;
  }
}
header h1{
  font-size: 14px;
}
/***************sidr***************************************************************/
#sidrwrapper{
	position: relative;
	z-index: 999;
	float: right;
}
.menu-button {
	display: block;
	background-size: auto auto;
	background-position: bottom left;
  padding-right: 5px;
  overflow: hidden;
  font-size: 40px;
  animation-delay: .5s;
  line-height: 1em;
}
.menu-button i{
  color: #fff;
  text-shadow: 2px 2px 0px #333;
}
#sidr-wrapper a:hover, #sidr-wrapper a:focus, #sidr-wrapper a:active{
  color: #5e120e;
}
.menue{
	float: left;
	display: block;
}
.menu-button.right {
  right: 20px;
  left: auto;
}
.menu-button.bottom {
    top: 100px;
}
.menu-button.fixed {
    position: fixed;
}
#button-top{
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 9;
}
#overlay {
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 2;
    display: none;
}
#sidr{
	letter-spacing: .1em;
	text-shadow: 1px 1px 1px #666;
}
.sidr {
  display: block;
  position: fixed;
	z-index: 3;
  top: 0;
  height: 100%;
  width: 240px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #98252C;
	box-shadow: 0 0 10px #000;
	color: #fff;
	margin-right: 7px;
}
.sidr > ul{
	clear: both;
  margin: 20px 20px 0 20px;
}
.sidr ul li{
	background-color: rgba(255,255,255,.02);
	box-shadow: 2px 2px 5px #333;
  text-shadow: 2px 2px 2px #000;
	font-size: 16px;
	padding-left: 20px;
  border-right: 1px solid rgba(255,255,255,.3);
  border-bottom: 1px solid rgba(255,255,255,.3);
	margin-bottom: 5px;
  list-style-type: none;
}
.sidr ul li a{
  display: block;
	list-style-type: none;
	line-height: 3em;
}
.sidr ul li a:link, .sidr ul li a:visited{
  color: #fff;
}
.sidr ul li ul li a:link, .sidr ul li ul li a:visited{
  color: #fff;
}
.sidr a:link, .sidr a:visited{
	color: #333;
}
.sidr a:hover, .sidr a:focus, .sidr a:active{
	text-decoration: none;
	color: #333;
}
.sidr .arrow{
	display: inline-block;
	position: relative;
  transition: .2s all ease;
}
.sidr .arrow:hover{
	transform: translateX(4px);
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr.right {
  left: auto;
  right: -270px;
}
.sidr.left {
  left: -270px;
  right: auto;
}
.sidr-open #overlay {
    display: block;
}
nav{
  display: none;
}
@media only screen and (min-width: 1121px){
	#sidrwrapper, #button-top{
		display: none;
	}
  nav{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0px;
  }
  nav ul li{
    float: left;
    list-style-type: none;
    font-size: 15px;
    font-weight: bold;
  }
  nav ul li a{
    display: block;
    padding: 12px 10px;
    transition: .2s all ease;
  }
  nav ul li a:hover, .active{
    background: rgba(255,255,255,.3);
  }
}
@media only screen and (min-width: 1262px){
  nav ul li{
    text-transform: uppercase;
    font-size: 15px;
  }
  nav ul li a{
    padding: 12px 15px;
  }
}
#main p, #main ul{
  font-size: 14px;
  line-height: 1.5em;
}
#main{
  width: auto;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 15px;
  padding-bottom: 50px;
  line-height: 1.5em;
}
@media only screen and (min-width: 410px){
  #main{
    margin-right: 25px;
    margin-left: 25px;
    padding-top: 25px;
  }
}
@media only screen and (min-width: 1081px){
  #main{
    margin-left: 425px;
    text-align: justify;
    margin-top: 155px;
  }
}
@media only screen and (min-width: 1121px){
  #main{

  }
}
@media only screen and (min-width: 1367px){
  #main{
    width: 800px;
    margin-right: 0;
    margin-left: 500px;
    margin-top: 155px;
  }
}
@media only screen and (min-width: 1367px) and (min-height: 910px){
  #main{
    width: 800px;
    margin-right: 0;
    margin-left: 500px;
    margin-top: 220px;
  }
}
@media only screen and (min-width: 1575px){
  #main{
    margin-left: 700px;
  }
}
#main .inner{
  min-height: 300px;
  background: #EFE6C5;
  box-shadow: 3px 3px 5px #333;
  padding-bottom: 20px;
}
#main .inner .pad{
  padding: 40px 25px 0px 25px;
}
@media only screen and (min-width: 717px){
  #main .inner .pad{
    padding: 60px 80px 0px 80px;
  }
}
#main h1.line{
  padding-bottom: 20px;
}
#main h2{
  font-family: 'Lobster';
  color: #98252C;
  margin-bottom: 10px;
  margin-top: 35px;
  margin-left: -4px;
  font-size: 25px;
}
#main h2:nth-child(2){
  margin-top: 15px;
}
#main h3{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
}
#gif{
  width: 90%;
  margin: 0 auto;
}
.textfeld{
  margin-bottom: 5px;
}
.textfeld input, .textfeld textarea, .textfeld select{
  width: 100%;
  max-width: 300px;
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  padding: 4px;
}
.textfeld textarea{
  resize: none;
  height: 200px;
}
.textfeld label{
  width: 200px;
  display: block;
  float: left;
}
.textfeld.last{
  margin-bottom: 25px;
}
.checkboxes{
  width: 100%;
}
label{
  font-size: 12px;
}
@media only screen and (min-width: 500px){
  .checkboxes{
    width: 50%;
    float: left;
  }
  label{
    font-size: 14px;
  }
}
@media only screen and (min-width: 774px){
  .checkboxes{
    width: 40%;
  }
}
#checkbox{
  float: left;
  margin: 3px 5px 0 0;
}
@media only screen and (min-width: 800px){
  #checkbox{
    margin-top: 5px;
  }
}
.submitbutton{
  margin-top: 24px;
}
.submitbutton .button{
  color: #fff;
  border: none;
  font-weight: bold;
  letter-spacing: .05em;
  padding-left: 25px;
  padding-right: 25px;
  font-size: inherit;
}
.submitbutton .button:hover{
  cursor: pointer;
}
footer{
  width: 100%;
  background: #98252C;
  position: relative;
  z-index: 3;
  box-shadow: 0 -2px 2px #666;
}
@media only screen and (min-width: 1300px) and (min-height: 750px){
  footer{
    position: fixed;
    bottom: 0;
    left: 0;
  }
}
footer img{
  position: absolute;
  right: 8px;
  top: -267px;
}
footer .left, footer .right{
  text-align: center;
  padding: 14px 15px 7px 15px;
}
footer .right{
  text-align: center;
  padding: 7px 15px 14px 15px;
}
@media only screen and (min-width: 548px){
  footer .left{
    float: left;
    padding: 14px 0 14px 25px;
  }
  footer .right{
    float: right;
    padding: 14px 25px 14px 0;
  }
}
footer .box1{
  width: 100%;
  height: 6px;
  background: #fff;
}
footer .box2{
  width: 100%;
  height: 4px;
  background: #98252C;
}
footer .box3{
  width: 100%;
  height: 2px;
  background: #fff;
}
@media only screen and (min-width: 1081px){
  footer{
    height: 50px;
    margin-top: -50px;
    box-shadow: 0 -15px 2px #666;
  }
  footer img{
    position: absolute;
    left: 250px;
    top: -275px;
  }
  footer .left{
    position: relative;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
    padding: 0px 0 0px 25px;
  }
  footer .right{
    position: relative;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
    padding: 0px 25px 0px 0;
  }
  footer .box1{
    position: absolute;
    top: -6px;
  }
  footer .box2{
    position: absolute;
    top: -10px;
  }
  footer .box3{
    position: absolute;
    top: -12px;
  }
}
}
/*----------------------------------------------------------------print---------------------------------------------------------------------------*/
@media print {
	body {
		background-color: #ffffff;
		color: #000000;
		font-family: serif;
		font-size: 100%;
	}
	header, #galerie, footer, img, .print, .single-item, .hidden_text, .back_to_top, nav, #sidrwrapper, #button-top {
		display: none !important;
	}
	.bold{
		font-weight: 600;
	}
	h1, h2, h3, h4, .lobster {
		font-weight: 700;
		font-size: 105%;
	}
	.heading{
		font-size: 105%;
		font-weight: 700;
	}
	.link_print a[href]:after {
		content: " (" attr(href) ")";
	}
	.accordion > *, #accordion > *{
		display: block !important;
		background-color: #ffffff;
		color: #000000;
		font-family: serif;
		font-size: 100%;
		border: 0;
		margin: 0;
		padding: 0;
	}
}
