/* ###### CSS-RESET by MEYER */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}


/* rock-salt-regular - latin */
@font-face {
  font-family: 'Rock Salt';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/rock-salt-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/rock-salt-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/rock-salt-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/rock-salt-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/rock-salt-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/rock-salt-v16-latin-regular.svg#RockSalt') format('svg'); /* Legacy iOS */
}

/** Popover ... von Protostar **/
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	white-space: normal;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.popover-title:empty {
	display: none;
}
.popover-content {
	padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover .arrow {
	border-width: 11px;
}
.popover .arrow:after {
	border-width: 10px;
	content: "";
}
.popover.top .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,0.25);
	bottom: -11px;
}
.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}
.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,0.25);
}
.popover.right .arrow:after {
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}
.popover.bottom .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,0.25);
	top: -11px;
}
.popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,0.25);
}
.popover.left .arrow:after {
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}


/* BroshK */
@font-face {
  font-family: 'BroshK';
  font-style: normal;
  font-weight: normal;	   
  src: url('../fonts/broshk/BroshK.eot'); /* IE9 Compat Modes */
  src: url('../fonts/broshk/BroshK.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/broshk/BroshK.otf') format('opentype'), /* Open Type Font */
    url('../fonts/broshk/BroshK.svg') format('svg'), /* Legacy iOS */
    url('../fonts/broshk/BroshK.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/broshk/BroshK.woff') format('woff'), /* Modern Browsers */
    url('../fonts/broshk/BroshK.woff2') format('woff2'); /* Modern Browsers */	   
}








/* ########## BP BASICS START ########## */
:focus {outline:none;}
::-moz-focus-inner {border:0;}

body {
	background-color: #000;
	color: #aaa;
	font-family: courier;
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;	
}
img {
    max-width: 100%;
    vertical-align: middle;
}
a {
	color: #aaa;
	text-decoration: none;
}

a:hover, a:focus {
	color: #f945f9;
}
p {
	margin-bottom: 10px;
}
strong {
    font-weight: 700;
}
em {
	font-style: italic;
}
sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;

  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;

  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;

  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
.kn-breite {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
h1, h2, h3, h4 {
	font-weight: 400;
	position: relative;
}
h1 {
    color: #333;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
}
h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 15px;
	color: #f945f9;
}
h3{
    color: #333;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 30px;
}
h4{
	color: #333;
	font-size: 17px;
	line-height: 23px;
	margin-bottom: 10px;
	font-weight: 600;
}
.clear:after, .clearfix:after {
  content: "";
  display: table;
  clear: both;
}


.back-to-top,
.back-to-top:focus {
    background: #f945f9;
    color: #000;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 35px;
    border: 1px solid #000;
    box-sizing: border-box;
	text-decoration: none;
}
.back-to-top:hover {
    background: #000;
	border-color: #f945f9;
    color: #f945f9;
	text-decoration: none;
}
.back-to-top::before {
    font-family: fontawesome;
    content: "\f106";
    position: absolute;
    width: 100%;
    left: 0;
    top: -2px;
}
/* ########## BP BASICS END ########## */


/* ########## YOUTUBE RESPONSIVE ############ */
.responsive-16-9 {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.responsive-16-9 iframe,
.responsive-16-9 object,
.responsive-16-9 embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


/* ########## BP SLICKSLIDER START ########## */
.slick-prev {
    height: 100%;
    left: 5px;
    width: 50px;
    z-index: 666666;
}
.slick-next {
    height: 100%;
    right: 5px;
    width: 50px;
    z-index: 666666;
}
.slick-prev::before, .slick-next::before {
    color: #e62e2e;
    font-family: "fontawesome";
    font-size: 50px;
    line-height: 1;
    opacity: 1;
}
.slick-prev::before {
    content: "\f104";
}
.slick-next::before {
    content: "\f105";
}
.slick-dots li button {
    background-color: #999;
    height: 3px;
    opacity: 1;
    padding: 2px;
    top: 0;
    width: 25px;
}
.slick-dots li.slick-active button {
    background-color: #e62e2e;
}
.slick-dots li button::before {
    display: none;
}
/* ########## BP SLICKSLIDER END ########## */




/* ########## SIGE - GALERIE ########### */
.meinegalerie .sige_cont_0 {
    height: auto !important;
    width: 100% !important;
}

.meinegalerie li[class^="sige_cont_"] {
    height: auto !important;
    margin: 1% !important;
    position: relative;
    width: 31.3333% !important;
}
.meinegalerie .sige_thumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.meinegalerie .sige_thumb img {
    border: 0 none !important;
    margin: 0 !important;
    opacity: 1;
    padding: 0 !important;    
	-webkit-transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	-o-transition: all 0.6s ease-in-out 0s;
	transition: all 0.6s ease-in-out 0s;
    width: 100% !important;
}
.meinegalerie .sige_thumb:hover img {
    opacity: 0.5;
}
.meinegalerie .sige_thumb a::after {
    color: #e62e2e;
    content: "\f00e";
    font-family: FontAwesome;
    font-size: 40px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;	
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);	
	-webkit-transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	-o-transition: all 0.6s ease-in-out 0s;
	transition: all 0.6s ease-in-out 0s;
}
.meinegalerie .sige_thumb:hover a::after {
    opacity: 1;
}
.meinegalerie > div {
    background-color: rgba(255, 255, 255, 1);
    position: relative;
}
.vbox-overlay {
    z-index: 15000 !important;
}



@media (max-width: 1600px) {
	.kn-breite {
		max-width: 1200px;
	}
}

@media (max-width: 1279px) {
	
}

@media (max-width: 1023px) {
	body {
		font-size: 18px;
		line-height: 24px;
	}
	h2 {
		font-size: 26px;
		line-height: 32px;
	}
	
}

@media (max-width: 768px) {
	body {
		font-size: 16px;
		line-height: 22px;
	}
	h2 {
		font-size: 24px;
		line-height: 30px;
	}	

}


@media (max-width: 640px) {
	body {
		font-size: 16px;
		line-height: 22px;
		font-weight: bold;
	}
	h2 {
		font-size: 20px;
		line-height: 36px;
		margin-bottom: 10px;
	}
}


@media (max-width: 480px) {


}















.bp-cookie-box {
    background-color: #000;
    bottom: 0;
    display: none;
    left: 0;
    padding: 35px 0;
    position: fixed;
    width: 100%;
    z-index: 5000;
}
.bp-cookie-box-content {
    box-sizing: border-box;
    font-size: 15px;
    line-height: 32px;
    text-align: center;
}
.bp-cookie-box-button.container {
    background-color: #f945f9;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    margin: 0 5px;
    padding: 4px 10px;
    right: 0;
    transition: background-color 0.2s linear 0s;
}
.bp-cookie-box-content .bp-cookie-text {
    line-height: 22px;
    display: block;
}
.bp-cookie-box-button:hover {
    background-color: #aaa;
  	color: #000;
}
.bp-cookie-box-button {
    background-color: #f945f9;
    color: #000;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;    
    line-height: 40px;
    margin: 0 5px;
    padding: 4px 10px;
    right: 0;
    transition: background-color 0.2s linear 0s;
}
.bp-cookie-box-content.container > a {
    text-decoration: underline;
}
