@font-face {
    font-family: 'Gudea';
    src: url('../Fonts/Gudea.woff2') format('woff2'),
        url('../Fonts/Gudea.woff') format('woff'),
        url('../Fonts/Gudea.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gudea';
    src: url('../Fonts/Gudea-Bold.woff2') format('woff2'),
        url('../Fonts/Gudea-Bold.woff') format('woff'),
        url('../Fonts/Gudea-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gudea';
    src: url('../Fonts/Gudea-Italic.woff2') format('woff2'),
        url('../Fonts/Gudea-Italic.woff') format('woff'),
        url('../Fonts/Gudea-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Stentiga';
    src: url('../Fonts/Stentiga-Regular.woff2') format('woff2'),
        url('../Fonts/Stentiga-Regular.woff') format('woff'),
        url('../Fonts/Stentiga-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body, html {
	padding: 0;
	margin: 0;
	font-family: "Gudea", Arial;
    font-style: Normal;
    font-weight: Normal;
	font-size: 16px;
    line-height: 1.4;
    color: #40464b;
}

.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.mobile-only {
	display: none;
}
.desktop-only {
	display: block;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 16px;
    border-left: 5px solid #eee;
} 

* {
	outline: none;
}
a, a:focus, a:hover {
	text-decoration: none;
	color: #000;
}
.pure-g > [class*="pure-u"] a, .pure-g > [class*="pure-u"] a:focus, .pure-g > [class*="pure-u"] a:hover,
.block-grid > .block-grid-item a, .block-grid > .block-grid-item a:focus, .block-grid > .block-grid-item a:hover {
	color: #003f84;
}

b, strong, .bold .strong {
  font-family: "Gudea";
  font-style: Normal;
  font-weight: bold;
}

p:first-child {
	margin-top: 0;
}
p:last-child {
	margin-bottom: 0;
}
.middlename {
  display: none;
}

p + h2 {
    margin-top: 25px;
}
h2 + p {
    margin-top: 10px;
}

/* dev-console */
#dev-console {
	z-index: 9999;
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	padding: 10px;
	background-color: #eddada;
	border: 1px solid red;
}

/* blockgrid */
.block-grid {
  overflow: hidden;
  display: -webkit-flex; /* Safari */
  -webkit-flex-wrap: wrap; /* Safari 6.1+ */
  display: flex;   
  flex-wrap: wrap;
}
.block-grid img {
  max-width: 100%;
  height: auto;
}
.block-grid-lg-4 .block-grid-item {
  width: 25%;
}
.block-grid-item {
  margin-bottom: 10px;
}
.block-grid-item {
  float: left;
  padding: 0 9px 10px 9px;
}

@media only screen and (max-width: 1023px) {
  .block-grid-md-3 .block-grid-item {
    width: 33.333333%;
  }
}
@media only screen and (max-width: 600px) {
  .block-grid-sm-2 .block-grid-item {
    width: 50%;
  }
}

/* nav-main */
#nav-main {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  text-align: center;
}
  #nav-main > ul {
    display: inline-block;
  }
  #nav-main ul {
    padding: 0;
    list-style-type: none;
  }
  #nav-main > ul > li {
    display: inline-block;
    margin-right: 25px;
  }
  #nav-main > ul > li:last-child {
    margin-right: 0;
  }
  #nav-main > ul > li > a {
    font-family: "Gudea";
    font-style: Normal;
    font-weight: bold;
    font-size: 20px;
  }

.main-nav-navigation {
  display: none !important;
}

@media only screen and (max-width: 1130px) {
  #nav-main {
    left: 275px;
  }
}
@media only screen and (max-width: 1070px) {
  #nav-main {
    left: unset;
    right: 50px;
    top: 90px;
    z-index: 10;
  }
}
@media only screen and (max-width: 1024px) {
  #nav-main {
    right: 20px;
  }
}
@media only screen and (max-width: 850px) {
  #nav-main > ul > li > a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 750px) {
  .main-nav-navigation {
    display: block !important;
  }
  #nav-main {
    display: none;
  }
}

/* headlines */
h1, h2, h3, [class*="heading-"] {
  font-family: "Gudea", Arial;
  font-style: Normal;
  font-weight: Normal;
  margin: 0;
}
h1 {
    color: #B1B3B4;
    font-family: "Stentiga", Arial;
    text-transform: lowercase !important;
}
h2, h3 {
    color: #003f84;
}
p + [class*="heading-"] {
	margin-top: 15px !important;
}
h1 span, h2 span, h3 span,
.heading-h1 span, .heading-h2 span, .heading-h3 span {
	font-weight: normal;
}
h1, .heading-h1 {
	font-size: 42px;
	line-height: 52px;
}
h2, .heading-h2 {
	font-size: 26px;
	line-height: 38px;
}
h3, .heading-h3 {
	font-size: 22px;
	line-height: 32px;
}

h2 + h1, .heading-h2 + .heading-h1 {
	margin-top: 25px;
}

.mobile-text {
	margin-bottom: 15px;
}
.mobile-text h1, .mobile-text .heading-h1 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 20px;
	margin-top: 10px;
}
.mobile-text h2, .mobile-text .headingh2 {
    font-size: 17px;
    line-height: 20px;
}

/* mask-container */
.mask-container + .mask-container {
	margin-top: 15px;
}
	.mask-container.mask-image + .mask-container.mask-text {
		margin-top: 25px;
	}

/* divider */
.mask-divider {
	height: 2px;
	/*background-color: #c2c2c2;*/
	margin: 15px 10px;
    border-top: 2px dotted #c2c2c2;
}

/* site-wrapper */
.site-wrapper {
	width: 1200px;
	margin: 0 auto;
}

/* section */
.section {
	padding-top: 80px;
}

/* spacer */
#c1162 .spacer, #c1166 .spacer {
  margin-top: 27px;
}

/* language-nav */
#language-nav {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    position: absolute;
    top: 30px;
    right: 50px;
}
#language-nav li + li {
    margin-left: 5px;
}
#language-nav li + li:before {
    content: "|";
}
#language-nav a, #language-nav span {
    color: #b1b3b4;
}
#language-nav a.active {
    color: #000;
}

/* fullscreen-section */
.fullscreen-section {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
	.fullscreen-section.c1746,
	.fullscreen-section.c2244,
	.fullscreen-section.c2322,
	.fullscreen-section.c2167 {
		background-size: contain;
	}
	.fullscreen-section .title {
		position: absolute;
		left: 40px;
		bottom: 100px;
		background-color: rgba(255, 255, 255, 0.7);
		padding: 20px;
	}
		.fullscreen-section .title h1, .fullscreen-section .title h2 {
			margin: 0;
			padding: 0;
		}
		.fullscreen-section .title h1 {
			font-size: 45px;
			margin-bottom: 8px;
			font-family: "Stentiga", Arial;
			font-style: Normal;
			font-weight: normal;
            text-transform: lowercase !important;
		}
		.fullscreen-section .title h2 {
			font-size: 35px;
		}
	.fullscreen-section .slogan {
		position: absolute;
		right: 50px;
		top: 5px;
		text-transform: uppercase;
		color: #fff;
		font-size: 18px;
	}
	.fullscreen-section.animation {
		-webkit-animation: MoveBackground 25s linear infinite;
		-moz-animation:    MoveBackground 25s linear infinite;
		-o-animation:      MoveBackground 25s linear infinite;
		animation:         MoveBackground 25s linear infinite;
	}
	.section-full-width.animation {
		-webkit-animation: MoveBackground 4s linear infinite;
		-moz-animation:    MoveBackground 4s linear infinite;
		-o-animation:      MoveBackground 4s linear infinite;
		animation:         MoveBackground 4s linear infinite;
	}
	header + #page {
		overflow: hidden;
	}
	@keyframes MoveBackground {
		0% {
			width: 100%;
		}
		25% {
			width: 105%;
		}
		50% {
			width: 110%;
		}
		75% {
			width: 105%;
		}
		100% {
			width: 100%;
		}
	}

/* black box*/
.mask-blackbox {
    border: 1px solid #000;
    padding: 5px;
}

/* image-caption */
.mask-imagecaption {
    border-top: 2px dotted #7f7f7f;
    padding-top: 5px;
    margin-top: 6px;
    margin-bottom: 12px;
}
	.content-wrapper > .pure-g > [class*="pure-u-"]:first-child > .mask-imagecaption {
		margin-top: -30px;
	}

/* pagination buttons */
	#page-pagination {
		position: fixed;
		right: 30px;
		bottom: 30px;
	}
	#page-pagination .button-next, #page-pagination .button-prev {
		display: inline-block;
		width: 70px;
		height: 70px;
		-webkit-border-radius: 70px;
		-moz-border-radius: 70px;
		border-radius: 70px;
		background-color: rgba(255, 255, 255, 1);
		background-image: url(../Images/Arrow_right.svg);
		background-position: center;
		background-size: 15px;
		background-repeat: no-repeat;
		-webkit-box-shadow: 0px -1px 15px -2px rgba(145,145,145,1);
		-moz-box-shadow: 0px -1px 15px -2px rgba(145,145,145,1);
		box-shadow: 0px -1px 15px -2px rgba(145,145,145,1);
		text-indent: -9999px;
	}
		#page-pagination .button-prev {
			background-image: url(../Images/Arrow_left.svg);
		}
		#page-pagination .button-prev + .button-next {
			margin-left: 20px;
		}

/* background-caption */
.background-caption {
	background-color: #fff;
	padding: 7px 17px;
	position: absolute;
	right: 25%;
	bottom: 30px;
	text-transform: uppercase;
}

/*.content-box .content > h1, .mask-text > .headline {
    border-left: 3px solid #013f84;
    padding-left: 10px;
    display: block;
    padding-top: 30px;
}*/
.mask-text .text h2, .mask-text .text h2 b, .mask-text .text h2 strong {
    font-family: "Stentiga", Arial;
    font-weight: normal;
    text-transform: lowercase !important;
}
/*.mask-text .text h2 {

    padding-left: 10px;
    display: block;
    padding-top: 30px;
    position: relative;
    line-height: 30px;
}
.mask-text .text h2:before {
    content: "";
    width: 3px;
    top: 0;
    left: 0;
    bottom: 6px;
    background-color: #013f84;
    position: absolute;
}*/

/* scrollable-content */
.fullscreen-section .content-box {
	background-color: #fff;
	padding: 20px;
	position: absolute;
	left: 60px;
	bottom: 50px;
}
	.fullscreen-section .content-box h1, .fullscreen-section .content-box h2 {
		text-transform: uppercase;
	}
.fullscreen-section .content-box > .content {
	width: 600px;
}
.fullscreen-section .scrollable-content.content-box {
	bottom: 0;
}
.fullscreen-section .scrollable-content > .content {
	max-height: 600px;
}
.fullscreen-section .content-box h2 + .text, .fullscreen-section .content-box h1 + .text {
	margin-top: 20px;
}

/* section-full-width */
.section-full-width {
	position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
	.section-full-width img {
		width: 100%;
		height: auto;
		visibility: hidden;
	}
.section-full-width .content-wrapper .pure-g {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.section-full-width .content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.section-full-width .content-box {
	background-color: #fff;
	padding: 20px;
	margin-bottom: -10px;
}
	.section-full-width .content-box .headline + .text {
		margin-top: 8px;
	}

/* content-wrapper */
.content-wrapper {
	width: 1200px;
	margin: 0 auto;
}
.fullscreen-section + .content-wrapper, .section-full-width  + .content-wrapper {
	margin-top: 35px;
}
#page > .content-wrapper {
	padding-bottom: 30px;
}
	
/* header */
.header {
    background-color: #fff;
    height: 180px;
	position: relative;
	z-index: 10;
	border-bottom: 1px solid #ededed;
	/*
	-webkit-box-shadow: 0px -1px 16px -4px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px -1px 16px -4px rgba(0,0,0,0.4);
	box-shadow: 0px -1px 16px -4px rgba(0,0,0,0.4);
	*/
}
  .header.no-line {
    border-bottom: none;
  }
  .header:not(.small) + #page > .content-wrapper:first-child {
    margin-top: 60px;
  }
	.header.small {
		height: 75px;
	}
	.header .title {
		position: absolute;
		right: 50px;
		bottom: 5px;
		text-transform: uppercase;
		color: #000;
		font-size: 18px;
		background-color: #fff;
		z-index: 2;
		padding-left: 10px;
	}
  @media only screen and (max-width: 1024px) {
    .header .title {
      right: 20px;
    }
  }
		.header.small .title {
			display: none;
		}
	.header .line {
		position: absolute;
		left: 10%;
		right: 10%;
		height: 1px;
		width: 80%;
		background-color: #000;
		bottom: 12px;
	}
		.header.small .line {
			display: none;
		}
	.header .slogan {
		position: absolute;
		right: 50px;
    /*color: #e10715;
		bottom: -20px;*/
    bottom: -30px;
		color: #000;
		
		font-size: 18px;
	}
  @media only screen and (max-width: 1024px) {
    .header .slogan {
      right: 20px;
    }
  }
	.header.small .slogan {
		right: 280px;
		bottom: 25px;
		color: #8b8b8b;
		font-size: 16px;
		text-transform: uppercase;
	}

/* issue */
.issue {
	position: absolute;
	top: 20px;
	left: 60px;
	font-size: 20px;
}
	.header.small .issue {
		top: 40px;
		left: 200px;
		font-size: 17px;
	}

/* logo-ottofuchs */
.logo-ottofuchs {
    position: absolute;
    top: 15px;
    right: 50px;
}
    .logo-ottofuchs img {
        width: 294px;
        height: auto;
    }
	.header.small .logo-ottofuchs {
		top: 25px;
	}
	.header.small .logo-ottofuchs img {
		width: 200px;
	}

/* logo-otto-fuchs */
.logo-otto-fuchs {
    position: absolute;
    top: 78px;
    left: 50px;
	z-index: 2;
    background-color: #fff;
    padding-right: 10px;
}
	.logo-otto-fuchs img {
		width: 300px;
		height: auto;
	}
	
	.header.small .logo-otto-fuchs {
		top: 14px;
	}
	.header.small .logo-otto-fuchs img {
		width: 130px;
	}
/* navigation */
#navigation {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	-webkit-transition: left .5s; /* Safari */
	transition: left .5s;
	background-color: #fff;
	-webkit-box-shadow: 10px -12px 22px -15px rgba(0,0,0,0.4);
	-moz-box-shadow: 10px -12px 22px -15px rgba(0,0,0,0.4);
	box-shadow: 10px -12px 22px -15px rgba(0,0,0,0.4);
	z-index: 555;
}
	#navigation .logo-otto-fuchs {
		left: 30px;
		top: 14px;
	}
	#navigation .logo-otto-fuchs img {
		width: 130px;
	}
	#navigation .issue {
		top: 40px;
		left: 190px;
		font-size: 17px;
	}
	#navigation.opened {
		left: 0 !important;
	}
	#navigation .opener {
		width: 50px;
		height: 50px;
		position: absolute;
		top: 300px;
		right: -50px;
		background-color: #fff;
		cursor: pointer;
		background-image: url(../Images/NaviPfeil.svg);
		background-size: 55px;
		background-repeat: no-repeat;
		background-position: center;
		
		-webkit-box-shadow: 4px 0px 14px -2px rgba(0,0,0,0.4);
		-moz-box-shadow: 4px 0px 14px -2px rgba(0,0,0,0.4);
		box-shadow: 4px 0px 14px -2px rgba(0,0,0,0.4);
	}
		#navigation.opened .opener {
			transform:scaleX(-1);
			
			-webkit-box-shadow: -4px 0px 14px -2px rgba(0,0,0,0.4);
			-moz-box-shadow: -4px 0px 14px 2px rgba(0,0,0,0.4);
			box-shadow: -4px 0px 14px -2px rgba(0,0,0,0.4);
		}
	#navigation .content {
		/*padding: 295px 30px 0 30px;*/
		padding: 100px 30px 0 30px;
	}
	
	/* tabs */
	#navigation a {
		text-transform: uppercase;
		font-size: 17px;
	}
	#navigation .content .tabs {
		list-style-type: none;
		padding: 0;
		margin: 0;
		overflow: auto;
		border-bottom: 3px solid #ededed;
	}
		#navigation .content .tabs li {
			display: inline-block;
			width: 50%;
			float: left;
			text-align: center;
		}
			#navigation .content .tabs li a {
				display: block;
				padding: 15px;
				text-transform: uppercase;
				font-size: 26px;
			}
			#navigation .content .tabs li.active a, #navigation .content .tabs li:hover a {
				background-color: #ededed;
			}

	#navigation .content .tabs-data {
		margin-top: 40px;
	}
	
	#navigation .content .tabs-data h3 {
	    font-size: 26px;
		font-weight: bold;
	}
		#navigation .content .tabs-data h3 + .tab-content {
			margin-top: 20px;
		}
		#navigation .content .tabs-data h3 span {
			font-weight: normal;
		}
		#navigation .content .tabs-data > div {
			display: none;
		}
		#navigation .content .tabs-data > div.active {
			display: block;
		}

	#navigation .index {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
		#navigation .index li {
			padding: 10px 0;
		}
		#navigation .active > a, #navigation a:hover, #navigation a.active {
			text-decoration: underline;
		}
		#navigation .tabs .active > a, #navigation .tabs:hover a {
			text-decoration: none;
		}
	#navigation .navigation-footer-links {
		position: absolute;
		bottom: 20px;
		left: 30px;
		right: 30px;
	}
		#navigation .navigation-footer-links > table.mobile {
			display: none;
		}
		#navigation .navigation-footer-links a {
			background-repeat: no-repeat;
			background-position: left center;
		}
		#navigation .navigation-footer-links .archive {
			background-image: url(../Images/Archive.svg);
			padding-left: 47px;
			line-height: 33px;
		}
		#navigation .navigation-footer-links .share {
			background-image: url(../Images/Teilen.svg);
			padding-left: 38px;
			line-height: 33px;
		}
		#navigation .navigation-footer-links > table {
			width: 100%;
		}
			#navigation .navigation-footer-links > table tr > td {
				width: 98%;
				white-space:nowrap;
				text-align: center;
			}
			#navigation .navigation-footer-links > table tr > td:first-child {
				width: 1%;
				white-space:nowrap;
				text-align: left;
			}
			#navigation .navigation-footer-links > table tr > td:last-child {
				width: 1%;
				white-space:nowrap;
				text-align: right;
			}

/* slick-slider */
.slick-slider {
	z-index: 150;
}
.slick-slider .slide {
	padding: 15px;
}
.dataPages .slick-slider .slide {
	padding: 0;
}
.slick-slider img {
	max-width: 100%;
	height: auto;
}
.slick-slider .image {
	border: 1px solid #ccc;
}
.slick-slider .image + .caption {
	margin-top: 5px;
	text-align: center;
}
.slick-prev:before, .slick-next:before {
	color: #000;
	font-size: 30px;
}
.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  border: none;
  background-color: transparent;
  text-indent: -9999px;
  width: 35px;
  height: 35px;
  background-color: red;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;

  background-color: #003f84;
  background-image: url(../Images/ico_prev_slick.png);
  background-position: center;
  background-size: 8px;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px -1px 15px -2px rgba(145,145,145,1);
  -moz-box-shadow: 0px -1px 15px -2px rgba(145,145,145,1);
  box-shadow: 0px -1px 15px -2px rgba(145,145,145,1);
}
.dataPages .slick-prev, .dataPages .slick-next {
  top: 280px;
}
.slick-prev {
	left: -45px;
}
.slick-next {
	right: -45px;
	background-image: url(../Images/ico_next_slick.png);
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.slider.mask-image .slick-dots {
    position: absolute;
    bottom: 10px;
	left: 10px;
	right: 10px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
	.slider.mask-image .slick-dots li {
		display: inline-block;
		margin-right: 5px;
	}
		.slider.mask-image .slick-dots li:last-child {
			margin-right: 0;
		}
	.slider.mask-image .slick-dots li button {
		display: block;
		border: none;
		background-color: #003f84;
		width: 15px;
		height: 15px;
		border-radius: 15px;
		text-indent: -9999px;
		opacity: 0.5;
		border: 1px solid #fff;
	}
	.slider.mask-image .slick-dots li.slick-active button {
		opacity: 1;
	}
	.slider.mask-image .slide {
		padding: 0;
	}
	.slick-slider.text-slider .slide {
		padding: 0;
	}

/* pure */
.pure-g > [class*="pure-u"] {
	padding: 10px;
	position: relative;
	font-family: "Gudea", Arial;
    font-style: Normal;
    font-weight: Normal;
}
	.pure-g + .pure-g > [class^=pure-u] {
		padding-top: 0;
	}
	.pure-g > [class^=pure-u] img {
		max-width: 100%;
		height: auto;
	}
	.pure-g-padding {
		padding: 10px 0 25px 0;
	}
		.pure-g-padding:last-child {
			padding: 10px 0 0 0;
		}
	.pure-g.dock-to-top {
		margin-top: -10px;
	}
	.pure-g.padding-top {
		padding-top: 10px;
	}
	.pure-g.padding-bottom {
		padding-bottom: 10px;
	}

/* textemphasize */
.mask-textemphasize {
	position: absolute;
	top: 5px;
    left: 10px;
	right: 0;
	text-transform: uppercase;
	font-weight: bold;
	/*font-size: 25px;*/
	font-size: 20px;
}

/* mask-text */
.pure-g.dock-to-top [class*="pure-u-"] > .mask-text:first-child {
	margin-top: 100px;
}
.mask-text > .headline + .text {
	margin-top: 13px;
}
.mask-text > .text > .headline + p {
	margin-top: 10px;
}

.mask-text ol {
	padding-left: 17px;
}
.mask-text ul {
    list-style-type: none;
    padding-left: 0;
}
.mask-text ul li {
    position: relative;
    padding-left: 17px;
}
.mask-text ul li:before {
    content: "»";
    position: absolute;
    top: 0;
    left: 0;
}

/* image */
.mask-image .image-caption {
	width: 90%;
	border-top: 2px dotted #7f7f7f;
	padding-top: 5px;
	margin-top: 15px;
	margin-bottom: 12px;
}
.mask-image.padding {
	padding: 10px 0 25px 0;
}
.mask-divider + .pure-g [class*="pure-u"] > .mask-image.padding:first-child {
	padding-top: 0;
}
.mask-image > .image-container + .image-container {
	margin-top: 15px;
}
.mask-image > .image-container.border > img {
	border: 1px solid #ccc;
}

/* author */
.mask-author {
	/*border: 1px solid #000;*/
    border: 2px dotted #7f7f7f;
	padding: 15px;
}
.mask-author td.image:first-child:last-child {
    padding-bottom: 10px;
}
.mask-author > table td > p:first-child {
	margin-top: 0;
}
.mask-author > table td > p:last-child {
	margin-bottom: 0;
}
.mask-author > table td.image {
	width: 20%;
	vertical-align: middle;
	padding-right: 15px;
}
.mask-author > table td.text {
	width: 80%;
	vertical-align: middle;
}

/* tx-cyt-imprint */
.tx-cyt-imprint {
    font-family: "Gudea", Arial;
    font-style: Normal;
    font-weight: Normal;
}
	.tx-cyt-imprint h3 {
		font-size: 15px;
		line-height: 17px;
		font-family: "Gudea";
		font-style: Normal;
		font-weight: bold;
		text-transform: uppercase;
	}
	.tx-cyt-imprint p + h3 {
		margin-top: 20px;
	}

/* tx-cyt-qfour */
.tx-cyt-qfour > img {
	border: 1px solid #e3e3e3;
}

/* themeworld-pages */
.themeworld-pages a, .themeworld-title {
	text-transform: uppercase;
	font-size: 17px;
}
ul.themeworld, ul.themeworld ul {
    padding: 0;
    list-style-type: none;
}
	ul.themeworld > li {
		margin-bottom: 20px;
	}
	ul.themeworld .themeworld-title {
		font-family: "Gudea";
		font-style: Normal;
		font-weight: bold;
		color: #000;
		font-size: 23px;
		margin-top: 2px;
		display: block;
		background-image: url(../Images/Arrow_down.svg);
		background-repeat: no-repeat;
		background-position: right 10px center;
		cursor: pointer;
	}
	ul.themeworld .image img {
		max-width: 100%;
		cursor: pointer;
		height: auto;
	}
	ul.themeworld .themeworld-pages-wrapper {
		height: 0;
		overflow: hidden
	}


/* data pages */
.dataPages {
  margin-top: 100px;
}
.dataPages .magazin-cover img {
  display: inline-block;
}
.dataPages .pure-g.magazin-overview + .pure-g {
  margin-top: 40px;
}
.dataPages .slide .headline + .pure-g.magazin-overview {
  margin-top: 30px;
}
.dataPages ul.magazin-index {
  list-style-type: none;
  padding: 0;
}
.dataPages ul.magazin-index a, .dataPages ul.magazin-index a:hover {
  color: #000;
}

.block-grid.magazin-archiv .block-grid-item {
  text-align: center;
  margin-top: 10px;
}
.block-grid.magazin-archiv .block-grid-item img {
  width: 70%;
}
.block-grid.magazin-archiv .block-grid-item .head + .body {
  margin-top: 12px;
}
.block-grid.magazin-archiv a.magazine-online {
  font-weight: bold;
}

@media only screen and (max-width: 1315px) {
  .dataPages .slick-prev {
    left: 0;
    z-index: 50;
  }
  .dataPages .slick-next {
    right: 0;
    z-index: 50;
  }
}

@media only screen and (max-width: 767px) {
  .dataPages .pure-g.magazin-overview + .pure-g > [class*="pure-u-"]:last-child {
    margin-top: 10px;
  }
}

.pure-g.archiv-headline > [class*="pure-u-"] > h2 {
  border-top: 1px solid #c2c2c2;
  margin-top: 20px;
  padding-top: 30px;
  margin-bottom: 5px;
}

/* mask-articlepreview */
.mask-articlepreview .image {
  float: left;
  margin-right: 15px;
  border: none;
}
.mask-articlepreview .title {
  line-height: 27px;
}
.mask-articlepreview .title + p {
  margin-top: 12px;
}
@media only screen and (max-width: 567px) {
  .mask-articlepreview .image {
    float: none;
    margin-right: 0;
    text-align: center;
    margin-bottom: 10px;
  }
    .mask-articlepreview .image img {
      display: inline-block;
    }
}


/* Formular | Formular | Formular | Formular | Formular | Formular | Formular | Formular | Formular | Formular | Formular | Formular | Formular */
/* Formular | Formular | Formular | Formular | Formular | Formular | Formular | Formular | Formular | Formular | Formular | Formular | Formular */
/* Formular | Formular | Formular | Formular | Formular | Formular | Formular | Formular | Formular | Formular | Formular | Formular | Formular */

#form-contact {
  margin-top: 15px;
}
.formhandler .honkeytonk {
  display: none;
}
.formhandler .contact-row {
	margin-bottom: 15px;
}
.formhandler .headline + .body, .formhandler .body + .contact-row {
  margin-top: 15px;
}
.Tx-Formhandler .header-divider-highlight {
    margin: 0 0 15px 0;
}
	.Tx-Formhandler ul.errors {
		margin-bottom: 15px;
	}
	.formhandler fieldset {
		border: none;
		margin: 0;
		padding: 0;
	}
	.formhandler .contact-row .key {
		display: block;
	}
	.formhandler .contact-row .optional {
		display: inline-block;
	}
	.formhandler .contact-row .optional.required {
		display: none;
	}
	.formhandler .contact-row .value {
		display: block;
	}
	.formhandler select,
	.formhandler input[type="password"],
	.formhandler input[type="text"],
	.formhandler input[type="number"],
	.formhandler input[type="email"],
    .cr_ipe_item input {
        background: none !important;
		width: 100% !important;
		padding: 10px !important;
	}
	input[type="text"],
	input[type="number"],
	input[type="email"],
    .form-group textarea {
		width: 100%;
        padding: 8px 6px;
        background-color: #eee;
        border: 1px solid #ccc;
        font-family: 'Gudea', Arial, sans-serif;
        font-size: inherit;
        border-radius: 0;
        height: auto;
        box-shadow: none;
	}
    .form-group textarea {
        height: 120px;
    }
	.formhandler textarea {
		width: 100%;
		height: 100px;
		padding: 3px;
	}
	.formhandler input[type="file"] {
		margin-bottom: 5px;
	}
	input[readonly] {
		background-color: #ebebe4;
	}
	.button-submit,
	.tx-contagged-searchbox-button,
	.formhandler input[type="submit"],
	.tx-felogin-pi1 input[type="submit"],
    .cr_ipe_item.submit_container .cr_button {
		display: block;
		padding: 10px 25px !important;
		color: #fff !important;
		text-decoration: none;
		margin-bottom: 5px;
		background-color: #E20714;
		border: none;
		cursor: pointer !important;
        border-radius: 0;
        -webkit-border-radius: 0;
        height: auto !important;
        line-height: normal !important;
	}
.formhandler .contact-row.float {
    float: left;
    margin-right: 30px;
}
	.formhandler .contact-row.float {
		font-size: 18px;
	}
.formhandler.ruckzuck .question {
	margin-bottom: 15px;
}
.formhandler .highlight {
	color: #f07C00;
	font-size: 18px;
	margin: 0;
	padding: 5px 10px;
}

.formhandler .contact-row.special input.small {
    width: 30px !important;
    float: left;
    margin-right: 5px;
	text-align: center;
}

.formhandler .contact-row.special .slogan {
	color: #f07C00;
	font-weight: bold;
	font-size:25px;
}
.formhandler .contact-row.special span.slogan {
	float: left;
	display: block;
	padding-right: 7px;
}

.formhandler .question {
	clear: both;
}
.Tx-Formhandler .errors {
	background-color: #fce7e7;
    padding: 10px;
    list-style-position: inside;
    border: 1px solid red;
}
.form-group {
    margin-bottom: 20px;
}
.form-group label {
    display: block;
    margin-bottom: 3px;
    font-weight: normal;
}

form > .form-group .form-check {
    position: relative;
}
form > .form-group label[for*="dsgvo"] {
    position: absolute;
    top: 0;
    left: 0;
}
form > .form-group label[for*="dsgvo"] span {
    display: none;
}
form > .clearfix .mask-text {
    padding-left: 0;
    margin-bottom: 15px;
}
.frame-type-form_formframework form .btn-group {
    float: none;
    display: block;
}
.frame-type-form_formframework form .btn.btn-primary {
    display: block;
    width: 100%;
    min-width: 110px;
    padding: 10px 18px;
    background-color: #40464b;
    color: #fff;
    font-family: 'Gudea', Arial, sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background-color 0.1s ease;
    border-radius: 0;
    margin-top: 25px;
}

/* contact box */
.contact-box {
    min-height: 160px;
}
.contact-box-image {
    float: left;
    margin-right: 15px;
    border-radius: 50%;
    overflow: hidden;
}
.contact-box-text {
    font-size: 17px;
    overflow: hidden;
}
.contact-box-name {
    margin-bottom: 10px;
    font-size: 24px;
}
.contact-box-email, .contact-box-phone {
    text-decoration: none;
    color: #003f7b;
}
.contact-box-email, .contact-box-phone {
    text-decoration: none;
    color: #003f7b;
}
.contact-box-area {
    margin-top: 4px;
}

/* clever reach */
.cr_page {
  width: 100% !important;
  padding: 0 !important;
}
.cr_page * {
  font-family: "Gudea", Arial !important;
  font-style: Normal !important;
  font-weight: Normal !important;
  color: #B1B3B4;
}
.cr_body label {
  font-weight: normal !important;
  margin-bottom: 1px !important;
}
.cr_ipe_item {
  margin: 0 !important;
  margin-top: 5px !important;
  padding: 1px 0 !important;
}
.cr_ipe_item.submit_container {
  text-align: left !important;
}
.cr_ipe_item select {
  background: none !important; 
}

.mce_text {
  margin-top: 30px !important;
}
.mce_text p {
  font-size: 15px !important;
  font-family: "Gudea" !important;
  font-style: Normal !important;
  font-weight: bold !important;
  
  border-top: 1px solid #d6d6d6;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
  background-color: #f9f9f9;
  padding: 10px;
}

/* Breakpoints | Breakpoints | Breakpoints | Breakpoints | Breakpoints | Breakpoints | Breakpoints */
/* Breakpoints | Breakpoints | Breakpoints | Breakpoints | Breakpoints | Breakpoints | Breakpoints */
/* Breakpoints | Breakpoints | Breakpoints | Breakpoints | Breakpoints | Breakpoints | Breakpoints */

@media only screen and (max-width: 1200px) {
	.site-wrapper {
		width: 85%;
	}
	.content-wrapper {
		width: 98%;
	}
}

@media only screen and (max-width: 1024px) {
	/*
	.logo-otto-fuchs {
		left: 20px;
	}
	.issue {
		left: 100px !important;
	}
	*/
	.logo-ottofuchs {
		right: 20px;
	}
	.header.small .slogan {
		right: 250px;
	}
	/*
	#navigation .logo-otto-fuchs img {
		width: 140px;
	}
	*/
	/*
	#navigation .content {
		padding-top: 210px;
	}
	*/
	#navigation .content .tabs li a {
		padding: 10px;
		font-size: 20px;
	}
	#navigation .content .tabs-data h3 {
		font-size: 23px;
	}
	#navigation a {
		font-size: 15px;
	}
	#navigation .index li {
		padding: 7px 0;
	}
}

@media only screen and (max-width: 768px) {
	h1 {
		font-size: 22px;
		line-height: 25px;
	}
	.mask-image .image-caption {
		margin-bottom: 0;
	}
	.pure-g.text + .pure-g.text > [class*="pure-u-"] > .mask-image:first-child {
		margin-top: 10px;
	}
	.mask-container.mask-image .image-container {
		text-align: center;
	}
	.mobile-only {
		display: block;
	}
	.desktop-only {
		display: none;
	}
	.section-full-width + .content-wrapper {
		margin-top: 5px;
	}
	#navigation .navigation-footer-links > table.mobile {
		display: block;
	}
	#navigation .navigation-footer-links > table.desktop {
		display: none;
	}
	.header .title, .header .slogan {
		font-size: 13px;
	}
  .header .slogan {
    bottom: -24px;
  }
	.fullscreen-section .slogan {
		font-size: 13px;
	}
	
	.section-full-width .content-box .headline {
		font-size: 32px;
		line-height: 35px;
	}
	.mask-textemphasize {
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		font-size: 19px;
	}
	.fullscreen-section .title {
		right: 40px;
	}
	#page-pagination .button-next, #page-pagination .button-prev {
		width: 40px;
		height: 40px;
		-webkit-border-radius: 40px;
		-moz-border-radius: 70px;
		border-radius: 40px;
		background-size: 10px;
	}
	#page-pagination {
		right: 10px;
		bottom: 10px;
	}
	
	#page-pagination {
		right: 0;
		bottom: 0;
		left: 0;
	}
	#page-pagination .button-next, #page-pagination .button-prev {
		margin-bottom: 8px;
	}
		#page-pagination .button-next {
			float: right;
			margin-right: 10px;
		}
		#page-pagination .button-prev {
			margin-left: 10px;
		}
	.pure-g.dock-to-top {
		margin-top: 0;
	}
	.pure-g.dock-to-top [class*="pure-u-"] > .mask-text:first-child {
		margin-top: 0;
	}
	.fullscreen-section .content-box {
		right: 60px;
	}
	.fullscreen-section .content-box > .content {
		width: 100% !important;
	}
	.fullscreen-section .content-box h1 {
		font-size: 35px;
		line-height: 40px;
	}
	.fullscreen-section .content-box h2 {
		font-size: 24px;
		line-height: 25px;
	}
}

@media only screen and (max-width: 568px) {
	.fullscreen-section .content-box h1 {
		font-size: 30px;
		line-height: 35px;
	}
	#navigation .closer {
		background-image: url(../Images/NaviPfeil.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 55px;
		width: 40px;
		height: 40px;
		position: absolute;
		top: 10px;
		right: 10px;
		cursor: pointer;
		transform: scaleX(-1);
	}
	
	.fullscreen-section .title h1 {
		font-size: 35px;
		line-height: 37px;
	}
	.fullscreen-section .title h2 {
		font-size: 25px;
		line-height: 27px;
	}
	
	.header {
		height: 75px;
	}
  .header.no-line {
    border-bottom: 1px solid #ededed;
  }

	.header .title {
		display: none;
	}

	.header .line {
		display: none;
	}
	.header .slogan {
    display: none;
		right: 280px;
		bottom: 25px;
		color: #8b8b8b;
		font-size: 16px;
		text-transform: uppercase;
	}
	.header .issue {
		top: 25px;
		left: 155px;
		font-size: 17px;
	}
	.header .logo-ottofuchs {
		top: 25px;
	}
	.header .logo-ottofuchs img {
		width: 200px;
	}
	.header .logo-otto-fuchs {
		top: 14px;
        left: 15px;
	}
	.header .logo-otto-fuchs img {
		width: 130px;
	}
	.dataPages {
    margin-top: 0;
  }
	.header:not(.small) + #page > .content-wrapper:first-child {
    margin-top: 0;
  }
}

@media only screen and (max-width: 500px) {
	.mask-author > table td.image {
		width: 30%;
	}
	.mask-author > table td.text {
		width: 70%;
	}
}

@media only screen and (max-width: 468px) {
	.header .title, .fullscreen-section .slogan, .header .line {
		display: none;
	}
	.logo-otto-fuchs {
		left: 15px;
	}
	.header.small .issue, .header .issue {
		left: 85px;
	}
}

@media only screen and (max-width: 400px) {
	.header.small .issue, .header .issue {
		display: none;
	}
}

@media only screen and (max-width: 350px) {
	.mask-author > table td.image {
		display: block;
		width: 100%;
		padding-bottom: 0 0 10px 0;
		text-align: center;
	}
	.mask-author > table td.text {
		display: block;
		width: 100%;
	}
}

/* gri-content */
.gri-content {
    width: 100%;
    border-collapse: collapse;
}
.gri-content tr.grey td {
    background-color: #d9dadb;
}
.gri-content tr.blue td {
    background-color: #d4e1ef;
}
.gri-content tr td {
    vertical-align: top;
    padding: 2px 5px;
}
.gri-content tr:not(.grey):not(.blue) td {
    border-top: 1px solid #d9dadb;
}
.gri-content tr.blue + tr td {
    border-top: none !important;
}
.gri-content tr.table-head td {
    color: #d9dadb;
}
.gri-content tr td:nth-child(1) {
    white-space: nowrap;
    padding-right: 15px;
}
.gri-content td.wrap {
    white-space: normal !important;
}
.gri-content td.no-border {
    border: none !important;
}
.gri-content td .circle {
    width: 15px;
    height: 15px;
    border-radius: 10px;
    margin-top: 2px;
}
.gri-content td .circle.blue {
    background-color: #b6cee4;
}
.gri-content td .circle.grey {
    background-color: #d9dadb;
}

/* responsive-table */
.responsive-table {
    overflow-x: auto;
}

/* cookiebot */
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.active {
    border-bottom: 1px solid #003f84!important;
    color: #003f84!important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: #003f84!important;
    border-color: #003f84!important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
    border-color: #003f84!important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    border: 2px solid #003f84!important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
    color: #003f84!important;
}

#CybotCookiebotDialogBodyLevelButtonsSelectPane label:not([for=CybotCookiebotDialogBodyLevelButtonNecessary]) .CybotCookiebotDialogBodyLevelButtonDescription:hover {
    color: #003f84!important;
}

#CybotCookiebotDialogTabContent input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
    background-color: #003f84!important;
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover, #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover, #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover {
    color: #003f84!important;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a, #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink, #CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a, #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a, #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a, #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink, #CybotCookiebotDialogDetailBodyContentTextAbout a {
    color: #003f84!important;
}

#CybotCookiebotDialogPoweredbyLink {
    display: none!important;
}

#CybotCookiebotDialogPoweredbyCybot {
    display: none!important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    border-bottom: 1px solid #003f84 !important;
    color: #003f84 !important;
}

/* language-switch */
.language-switch {
    display: inline-block;
    margin-left: 30px;
}
.language-switch > li {
    margin-right: 0!important;
}
.language-switch > li:after {
    content: "|";
    padding-right: 5px;
    padding-left: 5px;
}
.language-switch > li:last-child:after {
    display: none;
}
.language-switch > li > a {
    font-weight: normal!important;
}
.language-switch > li.active > a {
    color: #003f84;
    text-decoration: none!important;
}

/* navigation */
#navigation .language-switch {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
}