@font-face {
	font-family: "Dancing Script";
	src: url("../fonts/Dancing_Script/DancingScript-Regular.ttf");
}

@font-face {
	font-family: "Indie Flower";
	src: url("../fonts/Indie_Flower/IndieFlower.ttf");
}

@font-face {
	font-family: "Nanum_Brush_Script";
	src: url("../fonts/Nanum_Brush_Script/NanumBrushScript-Regular.ttf");
}

@font-face {
	font-family: "Great Vibes";
	src: url("../fonts/Great_Vibes/GreatVibes-Regular.ttf");
}

@font-face {
	font-family: "Kalam";
	src: url("../fonts/Kalam/Kalam-Light.ttf");
}



.ds {
	color: #B51700;
	font-family: 'Dancing Script', cursive;
	font-size: 50px;
	}

.infl {
	color: #B51700;
	font-family: 'Indie Flower', cursive;
	font-size: 50px;
	}
	
.nbs {
	color: #B51700;
	font-family: 'Nanum Brush Script', cursive;
	font-size: 50px;
	}	
	
.gv {
	color: #B51700;
	font-family: 'Great Vibes', cursive;
	font-size: 50px;
	}	
	
.ku {
	color: #B51700;
	font-family: 'Kalam', cursive;
	font-size: 50px;
	}
	
	
	



body {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
}


.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	align-items: center;
	margin-right: -12px;
}

.c_white {
	background-color: #ffffff;
}
.claim {
	background-image: url(../bilder/claim.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg-light {
	background-color: #f8f9fa !important;
}
.bg_red {
	background-image: url(../bilder/bg-red.jpg);
	background-size: cover;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,0,0,1);
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: rgba(255,0,0,1);
}
.bg-light_red {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,0,0,1);
}
.box {
	background-color: #F0F0F0 !important;
	color: black;
}
.carousel-item {
	height: 50vh;
	-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;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(153,0,0,1);		
}

.carousel-inner {
	background-image: url(../bilder/slide-bg.jpg);
	-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;
}


.ci2 {
	height: 40vh;
	height: 300px;
}
.carousel-fade .carousel-item {
	transition-duration: 2.4s;
}
.kopf {
	height: 150px;
	margin-top: 160px;
	background-image: url(../bilder/bg-red.jpg);
	background-size: cover;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,0,0,1);
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 100px;
	color: #fff;
	text-align: center;
}
.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 100px;
	left: 0;
	z-index: 15;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}
.carousel-indicators li {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	background-color: rgba(60,60,60,.5);
	border: 2px solid rgba(0,0,0,0.5);
}
.c2-caption {
	height: 280px;
}
.sw {
	color: rgba(51,51,51,1);
}
.c2-indicator {
	bottom: 5px;
}
.navbar-brand {
	display: inline-block;
 	padding-top:.3125rem;
	 padding-bottom:.3125rem;
	margin-right: 1rem;
	margin-left: -20px;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap
	z-index: 1101;
}
.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none
}
.logo_top {
	position: absolute;
	top: 0;
	width: 200px;
}
.start-col {
	margin-top: -95px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-top: 15px;
	padding-bottom: 15px;
}
.box2 {
	background-color: #F0F0F0 !important;
	color: black;
	padding-top: 5px;
	padding-bottom: 5px;
}
.h3, h3 {
	font-size: 4.00rem;
	text-shadow: 4px 4px 5px black;
	font-weight: bold;
}
.h6, h6 {
	font-size: 2.30rem;
	color: #990000;
	font-weight: bold;
}
.cap_text {
	font-size: 1.50rem;
	text-shadow: 2px 2px 3px black;
	font-weight: bold;
}
.cap_text_sw {
	font-size: 1.20rem;
	color: rgba(255,255,255,1);
}
.sha {
	text-shadow: 2px 2px 3px black;
}
.nav-link {
	text-align: right;
}
.pad_0 {padding: 0px;}

.pad_top_30 {
	margin-top: 30px;
}
.pad_bot_50 {
	margin-bottom: 50px;
}
.pad_top_80 {
	margin-top: 80px;
}
.pad_top_50 {
	margin-top: 50px;
}
.pad_top_100 {
	margin-top: 100px;
}
HR {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: rgba(182,39,40,1);
}
.navbar-collapse {
	padding-top: 100px;
}
.top {
	margin-top: 165px;
}

.but {margin-bottom: 5px;
width: 70%;}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: rgba(181,23,0,1);
	background-image: url(../bilder/c2.jpg);
	background-size:cover;	
	padding:10px;
	
}
.piclink:hover .overlay {
	opacity: 1;
}
.piclink_blk:hover .overlay_blk {
	opacity: .85;
}
.text {
	color: rgba(255,255,255,1);
	font-size: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	font-weight: bold;
}
.text2 {
	color: rgba(0,0,0,1);
	font-size: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	font-weight: normal;
}
.text_blk {
	color: rgba(255,255,255,1);
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	font-weight: bold;
}
.icon_co {
	color: rgba(190,19,27,1);
}
.icon_txt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: rgba(51,51,51,1);
	margin-left: 1.5em;
	margin-top: -1.5em;
}


.textfoo {
	text-align: right;
}
.bg-dark {
	background-color: #000000 !important;
}
.red {
	background-color: rgba(182,39,40,1);
}
.red_p {
	background-image: url(../bilder/c.png);
}

ul {
	list-style: none;
	padding: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: .4rem;
	padding-left: .4rem;
}

.list:before{
	content: "\f14a";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	margin-left: -1.5em;
	width: 1.5em;
	padding-left: 1.5em;
	font-weight: 900;
	color: rgba(190,19,27,1);
	
}

.list2:before{
	content: "\f075";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	margin-left: -1.5em;
	width: 1.5em;
	padding-left: 1.5em;
	font-weight: 900;
	color: rgba(190,19,27,1);
	
}

.carousel {
	position: relative;
	margin-top: 160px;
}


.navbar-brand {
	width: 200px;
	
	}
	
.ico{
	color:rgba(102,102,102,1)}



 @media (max-width: 575.98px) {
.claim_txt {
	padding-top: 15px;
	/*margin-bottom: -15px;
	margin-top: -60px;*/
	z-index: 1100;
	position: fixed;
	margin-left: -50%;
	width: 100%;
	color: #B51700;
	font-family: 'Kalam', cursive;
	font-size: 15px;
	text-align: right;
	 }
	 
.navbar-collapse {
	padding-top: 10px;
	padding-right: 15px;
}
	 
.carousel {
	position: relative;
	margin-top: 135px;
}	

.claim {
	background-image: url(../bilder/claim0.png);
	background-repeat: no-repeat;
	background-position: right;
}



.nav-link {
	text-align: center;
}

.text {
	color: rgba(255,255,255,1);
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	font-weight: bold;
}
.text2 {
	color: rgba(0,0,0,1);
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	font-weight: normal;
}

.h3, h3 {
	font-size: 2.00rem;
	text-shadow: 4px 4px 5px black;
	font-weight: bold;
}

.cap_text {
	font-size: 1.0rem;
	text-shadow: 2px 2px 3px black;
	font-weight: bold;
}

.navbar-brand {
	width: 135px;
	margin-left: 0px;
		}
		
.kopf {
	height: 150px;
	margin-top: 119px;
	background-image: url(../bilder/bg-red.jpg);
	background-size: cover;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,0,0,1);
}


}
 @media (min-width: 576px) and (max-width: 767.98px) {
	 
	 
.navbar-collapse {
	padding-top: 40px;
	padding-right: 15px;
}

.nav-link {
	text-align: center;
}

.carousel {
	position: relative;
	margin-top: 140px;
}

.claim_txt {
	padding-top: 15px;
	/*margin-bottom: -15px;
	margin-top: -60px;*/
	z-index: 1100;
	position: fixed;
	margin-left: -20px;
	width: 340.98px;
	color: #B51700;
	font-family: 'Kalam', cursive;
	font-size: 25px;
	text-align: right;
	 }

.claim {
	background-image: url(../bilder/claim0.png);
	background-repeat: no-repeat;
	background-position: right;
}

.navbar-brand {
	margin-left: 0px;
}


.text {
	color: rgba(255,255,255,1);
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	font-weight: bold;
}
.text2 {
	color: rgba(0,0,0,1);
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	font-weight: normal;
}

.h3, h3 {
	font-size: 2.30rem;
	text-shadow: 4px 4px 5px black;
	font-weight: bold;
}

.cap_text {
	font-size: 1.0rem;
	text-shadow: 2px 2px 3px black;
	font-weight: bold;
}


}
 @media (min-width: 768px) and (max-width: 991.98px) {
.claim_txt {
	/*padding-top: 10px;
	margin-bottom: -15px;
	margin-top: -60px;*/
	z-index: 1100;
	position: fixed;
	margin-left: -20px;
	width: 518.98px;
	color: #B51700;
	font-family: 'Kalam', cursive;
	font-size: 40px;
	text-align: right;
	 }

.claim {
	background-image: url(../bilder/claim0.png);
	background-repeat: no-repeat;
	background-position: right;
}

.navbar-collapse {
	padding-top: 20px;
	padding-right: 15px;
}

.carousel {
	position: relative;
	margin-top: 140px;
}


.nav-link {
	text-align: center;
}

.navbar-brand {
	margin-left: 0px;
}

.ku {
	height: 258px;
	overflow: hidden;
	
}
.text {
	color: rgba(255,255,255,1);
	font-size: 19px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	font-weight: bold;
}
.text2 {
	color: rgba(0,0,0,1);
	font-size: 19px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	font-weight: normal;
}

.h3, h3 {
	font-size: 2.50rem;
	text-shadow: 4px 4px 5px black;
	font-weight: bold;
}

.cap_text {
	font-size: 1.3rem;
	text-shadow: 2px 2px 3px black;
	font-weight: bold;
}

}
 @media (min-width:992px) {
.claim {
	background-image: url(../bilder/claim0.png);
	background-repeat: no-repeat;
	background-position: right;
}

.claim_txt {
	
	
	
	z-index: 1100;
	position: fixed;
	margin-left: -10px;
	width: 756.98px;
	color: #B51700;
	font-family: 'Kalam', cursive;
	font-size: 55px;
	text-align: right;
	 }	

.text {
	color: rgba(255,255,255,1);
	font-size: 17px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	font-weight: bold;
}
.text2 {
	color: rgba(0,0,0,1);
	font-size: 17px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	font-weight: normal;
}
}
 @media (min-width: 992px) and (max-width: 1199.98px) {
.ku {
	height: 357px;
	overflow: hidden;
	
}
}
 @media (min-width:1200px) {
.claim_txt {
	
	
	z-index: 1102;
	position: fixed;
	margin-left: -20px;
	width: 940px;
	color: #B51700;
	font-family: 'Kalam', cursive;
	font-size: 55px;
	text-align: right;
	 }		 
	 
	 
}
 @media (max-width: 768px) {
}



a.foo:link {
	color: rgba(204,204,204,1);
}
a.foo:hover {
	color: rgba(153,0,0,1);
}
a.visited {color: rgba(204,204,204,1);}
