@font-face {
	font-family: "Mr_Dafoe";
	src: url("../fonts/Mr_Dafoe/MrDafoe-Regular.ttf");
}
@font-face {
	font-family: "Petit_Formal_Script";
	src: url("../fonts/Petit_Formal_Script/PetitFormalScript-Regular.ttf");
}
.handiii- {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.hand-2 {
	color: #fff;
	font-family: Mr_Dafoe;
	font-weight: bold;
	text-shadow: -3px 0 black, 0 3px black, 3px 0 black, 0 -3px black, 10px 10px 10px rgba(0,0,0,1);
}

.hand-xmas {
	color: #666;
	font-family: Petit_Formal_Script;
	font-weight: bold;
	font-size: 30px;	
}

.karte {
	background: rgba(0,0,0,0.1);	
	
	
}



h1 {
	font-size: 60px;
}
.txt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	word-spacing: 0.3em;
	color: rgba(51,51,51,1);
	text-align: justify;
}
.txt_preis {
	color: #006600;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 21px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -1px;
}
.ma-top-head {
	margin-top: -18px;
}

.foo {padding-bottom: 25px; padding-top: 25px;}

.head {
	margin-top: 30px;
}
.txt_foo {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	word-spacing: 0.3em;
}
.txt_big {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 25px;
	margin-top: 40px;
}
.handiii-2 {
	color: #000;
	font-family: 'Petit_Formal_Script', cursive;
	font-size: 44px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -1px;
	margin-top: -20px;
}
.pad_top25 {
	padding-top: 25px;
}
body {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: rgba(102,102,102,0.2);
}
.header {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 45px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: rgba(0,0,0,1);
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: rgba(0,0,0,1);
}
.pad0 {
	padding: 0px;
}
.pad5 {
	padding-left: 5px;
	padding-right: 5px;
}
.pad15 {
	padding: 15px;
}
.pic_bot {
	padding-bottom: 20px;
}
.box {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: -18px;
	padding-bottom: 25px;
}
.box_scha {
	box-shadow: 5px 5px 100px rgb(0,0,0.4);
}
.carousel-controls {
	position: relative;
	width: 100%;
	padding-top: 45px;
}
.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: 1.6s;
	transition-property: opacity;
}
.cap {
	text-align: center;
}
#lightbox .close {
	opacity: 1;
	color: rgb(255, 255, 255);
	background-color: rgb(25, 25, 25);
	padding: 5px 8px;
	border-radius: 30px;
	border: 2px solid rgb(255, 255, 255);
	position: absolute;
	top: -25px;
	right: -25px;
	z-index: 1055;
}
#lightbox2 .close {
	opacity: 1;
	color: rgb(255, 255, 255);
	background-color: rgb(25, 25, 25);
	padding: 5px 8px;
	border-radius: 30px;
	border: 2px solid rgb(255, 255, 255);
	position: absolute;
	top: -25px;
	right: -25px;
	z-index: 1055;
}
#lightbox .modal-content {
	display: inline-block;
	text-align: center;
}
.big {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	color: rgba(255,255,255,1);
	text-align: center;
}
.modal-content {
	background-color: transparent;
	border: 0px solid rgba(0, 0, 0, 0.0);
}
.fade.in {
	opacity: 1;
}
.fade.in .modal-dialog {
	opacity: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
}
.modal-backdrop {
	transition-duration: 0.25s;
	transition: opacity 1;
	background-color: rgba(0,0,0,1);
	margin-right: -15px;
}
.modal-backdrop.show {
	opacity: .8;
}
.modal-dialog {
	position: relative;
	width: auto;
 margin: .5rem;
	pointer-events: auto;
}
.modal-full {
	min-width: auto;
}
.modal-dialog {
	max-width: 100%;
	margin: 1.75rem auto;
}
.modal-body {
	padding: 15px;
	background-color: #111;
	margin-left: -15px;
	margin-right: -15px;
}
.modal.fade modal.dialog {
	transform: translate(0, 100vh, 0);
}
modal.in .modal-dialod {
	transform: translate3d(0, 0, 0);
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
	display: block;
	transition: -webkit-transform 1.6s ease;
	transition: transform 1.6s ease;
	transition: transform 1.6s ease, -webkit-transform 1.6s ease;
}
.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: 1.6s;
	transition-property: opacity;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	opacity: 0;
}
.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: -45px;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}

.navbar {
	padding: 0;
}
.head {
	padding-top: 5px;
}
.cap-2 {
	margin-top: -20;
}
.pad_top_30 {
	padding-top: 30px;
}
.pad_top_15 {
	padding-top: 30px;
}
.big_pad {
	padding-left: 16px;
	padding-right: 14px;
}
section.pricing {
}
.card {
	min-height: 560px;
	background-image: url(../bilder/pfote-r.png);
	background-size: cover;
}
.pictext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
.card-info {
	min-height: 230px;
}
.pricing .card {
	border: 1px solid rgba(102,102,102,0.5);
	border-radius: 1rem;
	box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.2);
}
.pricing hr {
	margin: 1.5rem 0;
}
.pricing .card-title {
	margin: 0.5rem 0;
	font-size: 0.8rem;
 letter-spacing: .1rem;
	font-weight: bold;
}
.pricing .card-price {
	font-size: 3rem;
	margin: 0;
}
.pricing .card-price .period {
	font-size: 0.8rem;
}
.pricing ul li {
	margin-bottom: 1rem;
}
.white {
	background-color: #ffffff;
	position: relative;
}
.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #006600;
}
.dropdown-item:hover {
	color: #fff;
	text-decoration: none;
	background-color: #006600
}
.pad_0 {
	padding: 0px;
}
.lomo {
	position: absolute;
	z-index: 12;
	margin-top: -30px;
	left: 0;
	width: 100%;
}
.lomo2 {
	margin-top: 0px;
}

.lomo3 {
	margin-top: 24px;
}


.carousel-caption_b1 {
	position: absolute;
	right: 2%;
	bottom: 20px;
	top: 60px;
	left: 65%;
	z-index: 10;
	padding-top: 20px;
	text-align: center;
}


.bg-light {
	background-color: transparent !important;
}
.bg-dark {
	background-color: #2ba447  !important;
}
.bg-dark2 {
	position: relative;
	background-color: #2ba447  !important;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(183,185,188,1);
	box-shadow: 0px -10px 15px rgba(51,51,51,0.8);
}

/*
.mg-image {
	
	border-radius: 20px;
	
	box-shadow: 3px 0 10px -3px rgba(51,51,51,0.5), -3px 0 10px -3px rgba(51,51,51,0.5);
	}
*/
.mg-image img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	max-width: 100%;
	
}
.mg-image:hover img {
	-webkit-transform: scale(1.1) ;
	-moz-transform: scale(1.1) ;
	-ms-transform: scale(1.1) ;
	-o-transform: scale(1.1) ;
	transform: scale(1.1) ;
	max-width: 100%;
}
.mg-image {
	overflow: hidden;
}



.shodw {
	box-shadow: 5px 0 15px -5px #333, -5px 0 15px -5px #333;
}


.pad_nav {
	padding-top: 5px;
	padding-bottom: 25px;
}

.pad_nav1 {
	padding-bottom: 25px;
}
.bot {
	height: 50px;
}
.pic_r img {
	max-width: 100%;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 3px 0 10px -3px rgba(51,51,51,0.5), -3px 0 10px -3px rgba(51,51,51,0.5);
}

.carousel-item {
	height: 37vh;
	min-height: 408px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	transition: -webkit-transform 1.5s ease;
	transition: transform 1.5s ease;
	transition: transform 1.5s ease, -webkit-transform 1.5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}


.startslider1 {
	height: 37vh;
	background: url(../bilder/slide-1c.jpg);
	background-size: cover;
	background-position: center center;
}
.startslider2 {
	background: url(../bilder/slide-2c.jpg) center;
	background-size: cover;
	height: auto;
	width: auto;
}
.startslider3 {
	background: url(../bilder/slide-3c.jpg) center;
	background-size: cover;
	height: auto;
	width: auto;
}
.startslider4 {
	background: url(../bilder/slide-4c.jpg) center;
	background-size: cover;
	height: auto;
	width: auto;
}

.btn-secondary {
	color: #fff;
	background-color: #1d692f;
	border-color: #3a9b3b;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #207634;
	border-color: #3a9b3b;
}





 @media (min-width:576px) {
.navbar-expand-sm .navbar-nav .nav-link {
 padding-right: .4rem;
 padding-left: .4rem;
}
}
 @media (max-width: 575.98px) {
.box {
	background-color: transparent;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: -25px;
}
.card {
	min-height: 0px;
}

.lomo{margin-top: 10px;}

.p0l {
	padding-left: 0px;
	padding-right: 13px;
}
.p0r {
	padding-right: 0px;
	padding-left: 13px;
}
.kon {
	background-size: cover;
	background-image: url(../bilder/karte2.jpg);
	background-position: center top;
	min-height: 400px;
	margin: 15px;
}
.imp {
	min-height: 200px;
	margin: 15px;
	margin-top: -10px;
}



.lomob {
	position: absolute;
	z-index: 12;
	margin-top: -15px;
	left: 0;
	width: 100%;
}
.lomo {
	position: absolute;
	z-index: 12;
	margin-top: -15px;
	left: 0;
	width: 100%;
}
.bg-dark2 {
	position: relative;
	background-color: #2ba447 !important;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(183,185,188,1);
	box-shadow: 0px -10px 15px rgba(51,51,51,0.2);
}
.pad_nav {
	padding-top: 0px;
	padding-bottom: 35px;
}
.txt_big {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 25px;
	margin-top: 20px;
}
}
 @media (min-width: 576px) and (max-width: 767.98px) {
.black {
	height: 280px;
}
.card {
	min-height: 0px;
}
.p0l {
	padding-left: 0px;
	padding-right: 12px;
}
.p0r {
	padding-right: 0px;
	padding-left: 12px;
}
.dia {
	height: 330px;
}
.kon {
	background-size: 100%;
	background-image: url(../bilder/karte2.jpg);
	background-position: center top;
	min-height: 340px;
	margin: 15px;
}
.imp {
	min-height: 300px;
	margin-bottom: 25px;
}

.lomob {
	position: absolute;
	z-index: 12;
	margin-top: -18px;
	left: 0;
	width: 100%;
}
.lomo {
	position: absolute;
	z-index: 12;
	margin-top: -15px;
	left: 0;
	width: 100%;
}
.bg-dark2 {
	position: relative;
	background-color: #2ba447 !important;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(183,185,188,1);
	box-shadow: 0px -10px 15px rgba(51,51,51,0.2);
}
}
 @media (min-width: 768px) and (max-width: 991.98px) {
.black2 {
	height: 455px;
	margin-top: -50px;
}
.black {
	height: 360px;
}
.card {
	min-height: 0px;
}
.col-sm-8b {
	width: 40%;
	float: left;
	padding: 10px;
}
.col-sm-4b {
	width: 20%;
	float: left;
	padding: 10px;
}
.box {
	background-color: transparent;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.dia {
	min-height: 400px;
}


.kon {
	background-size: cover;
	background-image: url(../bilder/karte2.jpg);
	background-position: center top;
	margin-top: 25px;
}
.over {
 img src="../bilder/logo.png";
}
.carousel-caption_b1 {
	position: absolute;
	right: 2%;
	bottom: 20px;
	top: 0px;
	left: 65%;
	z-index: 10;
	padding-top: 10px;
	text-align: center;
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}
.handiii--2 {
	color: #fff;
	font-family: "Arial, Helvetica, sans-serif";
	font-weight: bold;
	text-shadow: -3px 0 black, 0 3px black, 3px 0 black, 0 -3px black, 10px 10px 10px rgba(0,0,0,1);
}
h1 {
	font-size: 30px;
}
.bg-dark2 {
	position: relative;
	background-color: #2ba447 !important;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(183,185,188,1);
	box-shadow: 0px -10px 15px rgba(51,51,51,0.4);
}
.lomob {
	position: absolute;
	z-index: 12;
	margin-top: -23px;
	left: 0;
	width: 100%;
}
.lomo {
	position: absolute;
	z-index: 12;
	margin-top: -30px;
	left: 0;
	width: 100%;
}
}
 @media (min-width: 992px) {
.pricing .card:hover {
 margin-top: -.25rem;
 margin-bottom: .25rem;
	box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
}
.pricing .card:hover .btn {
	opacity: 1;
}
}
 @media (min-width: 992px) and (max-width: 1199.98px) {
.handiii--2 {
	color: #fff;
	font-family: "Arial, Helvetica, sans-serif";
	font-weight: bold;
	text-shadow: -3px 0 black, 0 3px black, 3px 0 black, 0 -3px black, 10px 10px 10px rgba(0,0,0,1);
}
h1 {
	font-size: 35px;
}
.carousel-caption_b1 {
	position: absolute;
	right: 2%;
	bottom: 20px;
	top: 0px;
	left: 65%;
	z-index: 10;
	padding-top: 20px;
	text-align: center;
}
.black {
	height: 195px;
}
.col-md-8b {
	width: 40%;
	float: left;
	padding: 10px;
}
.col-md-4b {
	width: 20%;
	float: left;
	padding: 10px;
}
.black2 {
	height: 290px;
	margin-top: -50px;
}
.bg-light {
	background-color: transparent !important;
}
}
 @media (min-width: 1200px) and (max-width: 1550px) {
.handiii--2 {
	color: #fff;
	font-family: "Arial, Helvetica, sans-serif";
	font-weight: bold;
	text-shadow: -3px 0 black, 0 3px black, 3px 0 black, 0 -3px black, 10px 10px 10px rgba(0,0,0,1);
}
h1 {
	font-size: 40px;
}
}
 @media (min-width:1200px) {
.bg-light {
	background-color: transparent !important;
}
}
 @media (max-width: 768px) {
}
a.foo:link {
	color: rgba(204,204,204,1);
}
a.foo:hover {
	color: rgba(255,255,255,1);
}
a.visited {
	color: rgba(255,255,255,1);
}
.fo {
	padding-top: 25px;
	padding-bottom: 25px;
}
