/* roboto-slab-100 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-weight: 100;
  src: url('../fonts/roboto-slab-v10-latin-100.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-slab-v10-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-slab-v10-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-slab-v10-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-slab-v10-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-slab-v10-latin-100.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-weight: 400;
  src: url('../fonts/roboto-slab-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-slab-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-slab-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-slab-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-slab-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-slab-v10-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

/* roboto-slab-300 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-weight: 300;
  src: url('../fonts/roboto-slab-v10-latin-300.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-slab-v10-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-slab-v10-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-slab-v10-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-slab-v10-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-slab-v10-latin-300.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

/* roboto-slab-700 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-weight: 700;
  src: url('../fonts/roboto-slab-v10-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-slab-v10-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-slab-v10-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-slab-v10-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-slab-v10-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-slab-v10-latin-700.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}







html {
	font-family: 'Roboto Slab', normal;
	font-size: 16px;
	overflow-x: hidden;
	color: #001328;
    
	
    height: 100%;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

body {
	width: 100%;
    height: 100%;
}









#peel-ad {
  position: fixed;
  overflow: hidden;
  margin: 0;
  width: 80px;
  height: 80px;
  top: 0;
  right: 0;
  transition: all .4s ease-in-out;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.7);
  z-index: 100;
}
#peel-ad #peel-ad-img-before {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  right: 0;
  transition: all .4s ease-in-out
}
#peel-ad #peel-ad-img-after {
  position: absolute;
  width: 499px;
  height: 499px;
  top: 0;
  right: 0;
}
#peel-ad-corner {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(45deg, #fff, #f3f3f3 20%, #ccc 38%, #bbb 44%, #aaa 50%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0));
  transition: all .4s ease-in-out;
}
#peel-ad:hover {
  width: 499px;
  height: 499px;
  box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.7);
}
#peel-ad:hover #peel-ad-corner {
  width: 499px;
  height: 499px;
}
#peel-ad:hover #peel-ad-img-before {
  opacity: 0;
}












.bg01 {
    position: fixed;
    height: 100%;
    width: 100%;
    top:0px;
    left:0px;
    z-index: -11;
    background: linear-gradient(-45deg, #a8a8a8, #2e2d30, #a8a8a8, #2e2d30);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}

.bg02 {
    position: fixed;
    height: 100%;
    width: 100%;
    top:0px;
    left:0px;
    z-index: -10;

padding: 2.25em 1.6875em;
  background-image: -webkit-repeating-linear-gradient(135deg, rgba(255,255,255,.7), rgba(255,255,255,.8) 1px, transparent 2px, transparent 2px, rgba(255,255,255,.7) 3px);
  background-image: -moz-repeating-linear-gradient(135deg, rgba(255,255,255,.7), rgba(255,255,255,.8) 1px, transparent 2px, transparent 2px, rgba(255,255,255,.7) 3px);
  background-image: -o-repeating-linear-gradient(135deg, rgba(255,255,255,.7), rgba(255,255,255,.8) 1px, transparent 2px, transparent 2px, rgba(255,255,255,.7) 3px);
  background-image: repeating-linear-gradient(135deg, rgba(255,255,255,.7), rgba(255,255,255,.3) 1px, transparent 2px, transparent 2px, rgba(255,255,255,.7) 3px);
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 4px 4px;

}


.startbutton {
    position: absolute;
    left: 0px;
    top:30%;
    width: 100%;
    text-align: center;
    display: none;
}

.die-watzmaenner-home .startbutton {
    display: block;
}

.startbutton a {
    padding: 10px 20px 10px 20px;
    background-color: #001328;
    text-decoration: none;
    text-transform: uppercase;
    border-top: 3px solid #001328;
    color:#ffffff;
}

.startbutton a:hover {
    background-color: #ffffff;
    color:#727272;
    border-top: 3px solid #727272;
}


.biglogo {
    display: block;
    max-width: 400px;
    width: 80%;
    height: auto;
    padding: 0px 10% 0px 10%;
    margin: 0px auto 0px;
}

.bigslogan {
    font-size: 20px;
    padding: 0px 40px 0px 40px;
    margin: 0px 0px 10px 0px;
}


p {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; 
}


.tooltip {
    display: none!important;
}


/* Joomla clear */
.clearfix {
	display: block;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}







.seit1991 {
    position: relative;
    right: 0px;
    display: block;
    float: right;
    margin-top: -120px;
    width: 100px;
}

.seit1991 img {
width: 100%;
height: auto;
}




#watzVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    z-index: -990;
  }








.backgroundout {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -990;
    top: 0px;
}

.background01 {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -990;
    background-image: url(../../../images/hintergrund/02.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.background02 {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -990;
    background-image: url(../../../images/hintergrund/01.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.background {
}

.background.active {
}


.out { 
	width: 100%;
	padding:0% 0% 0% 0%;
}

.ins {
	margin: 0 auto 0; 
}

#contentin {
}

.sidbarleft {
    vertical-align: top;
    display: table-cell;
    min-width: 350px;
    background-color:#001328;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top: 3px solid #727272;
    border-bottom: 3px solid #727272;
}

.sidbarleft .moduletable {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #ffffff;
}

.sidbarleft .moduletable h3 {
    font-size: 20px;
    padding: 0px 4% 0px 4%;
}

.sidbarleft .moduletable .menu {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.sidbarleft .moduletable .menu li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}

.sidbarleft .moduletable .menu li a {
    display: block;
    text-decoration: none;
    background-color: #A8A8A8;
    padding: 0px 0% 5px 0%;
    color: #ffffff;
    font-size: 16px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    padding: 10px 4% 10px 4%;
}

.sidbarleft .moduletable .menu li a span {
}

.sidbarleft .moduletable .menu li.active a span {
}



.sidbarleft .moduletable .menu li a:hover {
    background-color: #001328;
    color: #ffffff;
}

.sidbarleft .moduletable .menu li:last-child a {
}

.sidbarleft .moduletable .menu li a img {
    display: none;
    width: 100%;
    height: auto;
    margin: 10px 0px 10px 0px;
}

.sidbarleft .moduletable .menu li.active a img {
    display: none;
    width: 100%;
    height: auto;
    border-bottom: 3px solid #727272;
}

.sidbarleft .moduletable .menu li.active a {
    background-color: #727272;
    color: #ffffff!important;
    font-weight: 800;
}

#contentflex { 
    display: table;
	width: 90%;
    margin: 100px auto 70px;
    background-color: #ffffff;
}

.die-watzmaenner-home #contentflex, .bg01 { 
    display: none;
}

#contentout {
    vertical-align: top;
    border-top: 3px solid #727272;
    border-bottom: 3px solid #A8A8A8;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


.coout {
    display: table-cell;
    width: 80%;
    padding:0px 0% 0px 0%;
    margin:0px 2% 0px 2%;
}

.jjaccordion-content p {
	line-height: 30px;
}

.jjaccordion-content .btn {
	display: inline-block;
	float:right;
	background-color: #e4e2d2;
	padding: 15px 20px 15px 20px;
	font-size: 16px;
	margin-top: -50px;
	margin-right: 60px;
	color: #00519e;
	font-family: 'Roboto Slab';
	border: 4px solid #ffffff;
	text-decoration: none;
	
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);

	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;

	-webkit-transition: background-color 10ms linear, color 1s linear;
	-moz-transition: background-color 10ms linear, color 1s linear;
	-o-transition: background-color 10ms linear, color 1s linear;
	-ms-transition: background-color 10ms linear, color 1s linear;
	transition: background-color 10ms linear, color 1s linear;
}

.jjaccordion-content .btn:hover {
	background-color: #2e2d30;
	color: #ffffff;
	
	-webkit-transition: background-color 300ms linear, color 1s linear;
	-moz-transition: background-color 300ms linear, color 1s linear;
	-o-transition: background-color 300ms linear, color 1s linear;
	-ms-transition: background-color 300ms linear, color 1s linear;
	transition: background-color 300ms linear, color 1s linear;
}

/* Beginning */





.headout {
    top:0px;
    position: fixed;
	background-color: #ffffff;
	border-bottom: 3px solid #A8A8A8;
    height: 60px;
    z-index: 20;
}

.headin {
    width: 90%;
}

.logobox {
	width: 22%;
	margin: 15px 0px 5px 0px;
    padding: 0px 0.9% 0px 0.6%;
	float: left;
	display: block;
}

.logobox img {
	max-width: 220px;
	height: auto;
}


#menutop {
	
	text-align: right;
	width: 84%!important;
	float: right;
	height: 100%;
}

#menutop .moduletable ul.menu {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#menutop .moduletable ul.menu li  {
	display: inline-block;
}

#menutop .moduletable ul.menu li a {
	display: block;
	font-family: 'Roboto Slab';
	text-transform: uppercase;
	padding: 30px 35px 20px 35px;
	text-decoration: none;
	font-size: 25px;
	color: #2e2d30;
}

#menutop .moduletable ul.menu li a:hover {
	color: #00519e;
}

#menutop .moduletable ul.menu li:last-child a {
	padding-right: 0px;
}

.handybutton {
	float: right;
	width: 10%;
	padding-top: 1em;
}

.handybutton a {
	width: 100%;
}

.handybutton a img {
	width: 100%;
	height: auto;
}





.btl-text-in h3 {
	font-size: 2vw;
	font-family: 'Roboto Slab';
	text-transform: uppercase;
	
}

.jjaccordion-header {
	background-color: #e4e2d2!important;
	color: #00519e!important;
	font-family: 'Roboto Slab';
	font-size: 18px !important;
	text-align: center;
}


h3:first-of-type.jjaccordion-header {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

h3:last-of-type.jjaccordion-header {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.countdownbox {
-webkit-box-shadow: 0px 16px 11px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 16px 11px -10px rgba(0,0,0,0.75);
box-shadow: 0px 16px 11px -10px rgba(0,0,0,0.75);
}

.jjaccordion {
	margin-bottom: 100px;
}

.camera_caption > div {
	background-color: #e4e2d2!important;
	
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.camera_caption {
	width: auto!important;
	right: 20%!important;
	bottom: 10%!important;

-moz-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
-webkit-transform: rotate(-3deg);
transform: rotate(-3deg);
	
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;

	border: 4px solid #ffffff;
}

.camera_caption_title {
	font-family: 'Roboto Slab';
	color: #00519e!important;
	font-size: 2.5vw!important;
	font-weight: 700!important;
}

.camera_caption_desc {
	font-family: 'Roboto Slab';
	color: #2e2d30!important;
	font-size: 2vw!important;
	font-weight: 700!important;
}


/* Countdown Fonts */
.countdown-amount{
	color: #00519e;
	font-family: 'Roboto Slab';
	text-shadow: 0.12em 0.05em 0.2em rgba(46,45,48,0.41);
}
.countdown-period{
	color: #2e2d30;
	font-family: 'Roboto Slab';
}




.camera_caption_title {
	text-transform: uppercase;
}

.btl-img-out {
}



.btl-bild-out {
	overflow: hidden;
}

.btl-img-out {
	transition: all 2.5s ease;
}

.btl-img-out:hover {
	transform: scale(1.1);
}










.bildtextlink {
	margin-top: 100px;
}



.blogitemsbox {
    width: 96%;
    margin: 20px 2% 0% 2%;
    font-size: 0px;
}


.blogitemsbox .item-image {
    float:left;
    width: 28%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.blogitemsbox .page-header {
    float: right;
    width: 100%;
    margin-bottom: 20px;
}

.blogitemsbox p {
    font-size: 16px;
    line-height: 26px;
	letter-spacing: 0.05em;
    text-align: justify;
}

.categories-list h1 {
    width: 96%;
    margin: 40px 2% 20px 2%;
}


.blog, .blog-featured {
	font-size: 0px;
	width: 100%;
    margin-bottom:40px;
}

.blog .item {
}


.blog .items-row, .blog-featured .items-row, .categories-list .boxiii {
	display: inline-block;
}

.blog .items-row, .blog-featured .items-row, .categories-list .boxiii {
width:100%; 
margin-right:0%;
padding:20px 0% 20px 0%;
vertical-align:top;
display: inline-block;
}

.blog .items-row:nth-child(3n), .blog-featured .items-row:nth-child(3n) {
margin-right:0%; 
}

.blog .items-row .page-header h2, .blog-featured .items-row h2, .categories-list .boxiii h3 {
	background-color: #001328;
	text-transform: uppercase;
	text-align: center;
	margin: 0px; 
}


.categories-list .boxiii h3 {
    width: 100%;
}

.categories-list .boxiii {
    width:32%;
    margin-right:2%;
    margin-top:0px;
    padding:20px 0% 0px 0%;
    vertical-align: top;
}

.categories-list .boxiii:nth-child(3n) {
    margin-right:0%;
}



.blog .items-row .page-header h2 a, .blog-featured .items-row h2 a, .categories-list .boxiii h3 a {
display: block;
text-decoration: none;
-webkit-transition: color 1.6s linear;
-moz-transition: color 1.6s linear;
-o-transition: color 1.6s linear;
-ms-transition: color 1.6s linear;
transition: color 1.6s linear;
color: #ffffff;
font-size: 18px;    
   
padding-top:20px;
padding-bottom:20px;
padding-left:5%;
padding-right:5%;
transition: 2s;



white-space: nowrap;
overflow: hidden;
width: 90%;
text-overflow: ellipsis;
}

.blog .items-row .item-image a, .blog-featured .items-row .item-image a {
	display: block;
}

.blog .items-row .item-image a img, .blog-featured .items-row .item-image a img, .categories-list .boxiii img {
	width: 100%;
	height: auto;
}

.blog .items-row, .blog-featured .items-row {
}

.blog .items-row:hover, .blog-featured .items-row:hover {
}





.readmore a {
    display: block;
    padding: 6px 10px 6px 10px;
    margin: 0px;
    float: right;
    background-color:#001328; 
    color: #ffffff;
    text-decoration: none;
}

.readmore a:hover {
    background-color:#727272; 
    color: #ffffff;
    text-decoration:underline;
}





.kategoriebild {
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    height: 400px;
    width: 100%;
    position: relative;
}









.back-to-top {
	background:#2e2d30;
	color:#ffffff;
	text-decoration: none;
	position: fixed;
	bottom:20px;
	right:20px;
	padding:1em;
	z-index: 100;
	border: 4px solid #ffffff;
	font-size: 16px;

	
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);

	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.back-to-top:hover {
}










.item-page {
	display: inline-block;
	width: 96%;
    margin: 0% 2% 40px 2%;
}



.kategoriebild h2 {
	margin: 0vw 0px 0px 0px;
	color:#001328;
	font-family: 'Roboto Slab';
	padding:10px 4% 10px 4%;
	width: 92%;
	text-align: center;
    bottom: 0%;
	font-size: 2.5vw;
	display: block;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.65);
    border-top: 3px solid #727272;
}










.item-page .item-image {
	width: 59.22%;
	float: left;
	margin-right: 2.1%;
	margin-bottom: 10px;
}

.item-page .item-image img {
	width: 100%;
	height: auto;
}

.item-page .page-header {
}

.item-page .page-header h2 {
	margin: 0px;
	color:#2e2d30;
	font-family: 'Roboto Slab';
	padding:20px 4% 20px 4%;
	width: 92%;
	text-align: center;
	font-size: 2.4vw;
	margin-top: 1vw;
}

.item-page div[itemprop="articleBody"] {
	margin-top: 0px;
}

.articlebodyin p {
	margin: 0px;
	line-height: 30px;
	letter-spacing: 0.05em;
    text-align: justify;
}

.articlebodyin ul {
	margin: 40px 0px 40px 0px;
	line-height: 1.6em;
}

.articlebodyin ul li {
	margin: 0px 0px 0px 0px;
	line-height: 1.4em;
	font-size: 15px;
	list-style: square;
}


.categories-list {
    margin-bottom: 40px;
}







.footerout {
    display: block;
    bottom: 0px;
	background-color: #001328;
	margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 20px;
    width: 100%;
    border-top: 3px solid #727272;
    min-height: 100px;
}

.die-watzmaenner-home .footerout {
    bottom: 0px;
    position: fixed;
}

.footerin {
    width: 90%;
	padding-top:10px;
    padding-bottom:10px;
}

.copyright {
    width: 100%;
    color: #ffffff;
    text-align: center;
}

.copyright a {
    color: #ffffff;
}

.copyright span, .copyright p, .copyright a{
	display: inline-block;
    margin: 0px;
}

.social {
	float: right;
}

.social a img {
	width: 100%;
	height: auto;
}

.social a {
	width: 30px;
	display: inline-block;
	margin-left: 5px;
}

.social a img {
	width: 100%;
	height: auto;
  -webkit-transition: -webkit-transform .3s ease-in-out;
          transition:         transform .3s ease-in-out;
}

.social a img:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}








#scrolltopp01f {
    padding-top: 20px;
}

.dfpopup01 {
	background-color: rgba(0, 0, 0, 0.7);
}

.dfpopup01 .dfpopupbox {
position: fixed;
width: 90%;
max-width: 600px;
background-color: #ffffff;
z-index: 999999999;
overflow-y: scroll;
max-height: 80%;
    padding-top:20px;
    padding-bottom:20px;
border-top: 0px solid #ffffff;
border-bottom: 0px solid #ffffff;
margin-top: 0%;
margin-left: auto;
margin-right: auto;
}

.dfpopup .moduletable {
    margin: 0% auto 0px;
    background-color: #ffffff;
}

.dfpopup .moduletable  {
padding: 10px 4% 10px 4%;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
z-index: 999999999;
}

.dfpopup01 .moduletable .menu {
    margin: 0% auto 0px;
    background-color: #ffffff;
}

.dfpopupinner {
	width: 100%;
}

.ja-filter-wrapper .filter-content .filter-options-title span {
	position: inherit!important;
}


.dfpopup01, .dfpopup02, .dfpopup03, .dfpopup04 {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 999999997;
	
	justify-content: center; 
	align-items: center;
}

.dfpopupclosebuttonout {
	width: 68.5%;
	height: 35px;
	margin-top: -35px;
	position:fixed;
	background-color:#383838;
	z-index: 99;
	
-webkit-box-shadow: 0px 10px 15px 0px rgba(117,117,117,1);
-moz-box-shadow: 0px 10px 15px 0px rgba(117,117,117,1);
box-shadow: 0px 10px 15px 0px rgba(117,117,117,1);
}

.dfpopupclosebutton {
	float: right;
	display: block;
	height: 35px;
	width: 35px;
}


.dfpopupclosebutton img {
	width: 100%;
	height: auto;
	cursor: pointer;
	background-color:#383838;
}

.dfpopupclose {
	display: none;
}

.dfpopupclose {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999996;	
}

.handybutton {
    display: none;
    height: 35px;
    width: 35px; 
}

.handybutton img {
    width: 100%;
    height: auto;
}


.dfpopupinner ul.menu {
	margin: 0px;
	padding: 0px;
}

.dfpopupinner ul.menu li {
	list-style: none;
}

.dfpopupinner ul.menu li a{
	display: block;
	padding: 10px 0px 10px 0px;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
	color: #ffffff;
	background-color: #001328;
}



.dfpopupinner ul.menu li a img {
	display: none;
}

.dfpopupinner .moduletable h3 {
    font-size: 30px;
    margin-top:0vw;
    margin-bottom:1vw;
}




ul.pager {
    width: 100%;
    float: left;
    padding: 0px;
    text-align: right;
}

ul.pager li {
    display: inline-block;
    list-style: none;
}

ul.pager li a {
    display: block;
    padding: 6px 10px 6px 10px;
    margin: 0px;
    float: right;
    background-color:#001328; 
    color: #ffffff;
    text-decoration: none;
}

ul.pager li a:hover {
    background-color:#727272; 
    color: #ffffff;
    text-decoration:underline;
}

ul.pager li:first-child {
    border-right: 1px solid #ffffff;
}


.pswp__button--share {
    display: none!important;
}


div[itemprop="articleBody"] figure {
    margin:20px 0px 20px 0px;
    width: 100%;
}

div[itemprop="articleBody"] figure img {
    width: 100%;
    height: auto;
}

div[itemprop="articleBody"] figure figcaption {
    font-size:12px;
    font-weight: bold;
}










@media (max-width:1900px){
}



@media (max-width:1500px){
    .blogitemsbox .item-image {
        float: left;
        width: 48%;
        margin-right: 2%;
    }
    
    .blogitemsbox .page-header {
        float:none;
        width: 100%;
        margin-bottom: 20px;
    }
}


@media (max-width:1300px){

    .categories-list .boxiii {
		width:49%;
		margin-right:2%;
		margin-top:0px;
		padding:20px 0% 0px 0%;
	}
	#menutop .moduletable ul.menu li a {
		padding: 12% 35px 10% 35px;
		font-size: 2vw;
	}
    
    .blog .items-row:nth-child(3n), .blog-featured .items-row:nth-child(3n), .categories-list .boxiii:nth-child(3n) {
        margin-right:2%; 
    }
    
    .blog .items-row:nth-child(2n), .blog-featured .items-row:nth-child(2n), .categories-list .boxiii:nth-child(2n) {
        margin-right:0%;
    }
}	
	
@media (max-width:1380px) {	
}


@media (max-width:1279px) {	
}


@media (max-width:1280px) {
}

@media (max-width:1100px) {
	#menutop .moduletable ul.menu li a {
		padding: 12% 25px 10% 25px;
		font-size: 2vw;
	}
}

@media (max-width:1024px) {
    .peel {
        display: none;
    }
    
    .articlebodyin p {
        line-height: 25px;
        letter-spacing: 0.05em;
        text-align: left;
    }
    
    .handybutton {
        display: block;
    }
    
	#menutop .moduletable ul.menu li a {
		padding: 14% 15px 10% 15px;
		font-size: 2vw;
	}
	
	#jevents .eventlist th {
		font-size: 16px;
	}

	#jevents .eventlist td {
		font-size: 14px;
	}
	
	.btl-text-in h3 {
	font-size: 3vw;
	text-align: center!important;
	}
    
    .sidbarleft {
        display: none;
    }
    
    .coout {
        width: 100%;
        padding: 0px 0% 0px 0%;
        margin: 0px 2% 0px 2%;
    }
    .kategoriebild h2 {
        font-size: 4.0vw;
    }
    
    .blogitemsbox .page-header {
        float:none;
        width: 100%;
        margin-bottom: 20px;
    }
    
    .blogitemsbox .item-image {
        float: left;
        width: 28%;
        margin-right: 2%;
    }
}


@media (max-width:991px) {
}


@media (max-width:990px) {  
}  


@media (max-width:800px) {
	.item-page .item-image {
	width: 100%;
	float: left;
	margin-right: 0px;
	margin-bottom: 30px;
}
.item-page .page-header h2, .blog > h2, #jevents .jeventpage h2 {
    font-family: 'Roboto Slab';
    font-size: 5vw;
    margin-top: 1vw;
}
.btl-text-in h3 {
    font-size: 5vw;
}
    
.item-page {
    display: inline-block;
    width: 92%;
    margin: 0% 4% 40px 4%;
}

.categories-list h1 {
    width: 92%;
    margin: 1vw 4% 20px 4%;
}

.blogitemsbox {
    padding-top: 0px;
}
    
}


@media (max-width:769px) {
}


@media (max-width:767px) {
	.blog .items-row, .categories-list .boxiii {
		width:100%;
		margin-right:2%;
		margin-top:0px;
		padding:0px 0% 0px 0%;
		margin-bottom:20px;
	}
    
    .blogitemsbox {
        width: 96%;
        margin: 0% 2% 0% 2%;
    }
    
    .blogitemsbox {
        width: 92%;
        margin: 0% 4% 0% 4%;
    }
    
    .kategoriebild {
        margin-bottom: 20px;
    }
    
    .dfpopupinner .moduletable h3 {
        font-size: 6vw;
    }
    
    .bigslogan {
        margin: 0;
    }
    
    .blogitemsbox .item-image {
        float: left;
        width: 48%;
        margin-right: 2%;
    }

}


@media (max-width:600px) {

	.logobox {
		width: 140px;
	}
    
    .kategoriebild h2, .categories-list h1 {
        font-size: 8vw;
    }
    
    .blogitemsbox .item-image {
        width: 100%;
        margin-right: 0%;
    }
}


@media (max-width:480px) {

    .blog .items-row .page-header h2 a, .blog-featured .items-row h2 a, .categories-list .boxiii h3 a {
        font-size: 12px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 5%;
        padding-right: 5%;

        white-space: nowrap;
        overflow: hidden;
        width: 90%;
        text-overflow: ellipsis;
    }

}

@media (max-width:400px) {

}
	
@media (max-width:380px) {
}



















