/*--------------------------------------------------

				DDS CSS

--------------------------------------------------*/

/* GLOBAL */

html, body {
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-family: 'Hind', sans-serif;
	margin:0;
	padding: 0;
}

* {
	line-height: 1.3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}

h1 {
	font-family: 'Roboto Condensed', sans-serif!important;
	font-size: 40px;
}

p {
	font-size: 24px;
	color: #000000;
}

a.btn,
.btn,
button.btn.btn-primary {
	background: transparent;
	font-family: 'Roboto Condensed', sans-serif!important;
	font-size: 30px;
	color:#CD003B;
	border: 2px solid #CD003B;
	border-radius: 0;
	text-decoration: none;
	padding: 10px 15px 10px;
	white-space: nowrap;
	display: inline-block;
	margin-top: 20px;
	box-shadow:none!important;
	-webkit-transition: all .3s ease-in-out;
  	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
  	transition: all .3s ease-in-out;
}

a.btn:hover,
.btn:hover,
button.btn.btn-primary:hover {
	background: #CD003B;
	color: #FFFFFF;
}

table {
	margin-bottom: 60px;
}

table th,
table td {
	text-align: left;
	font-size: 24px;
	vertical-align: top;
}

table tr:nth-child(2n) {
	background: #F7F7F7;
}

table td {
	padding: 20px;
}

table td:first-child {
	vertical-align: middle;
	text-align: center;
}

table td em {
	font-weight: 500;
	font-style: normal;
}

table td span {
	display: block;
	padding: 12px 0 0;
	margin-top: 12px;
	font-size: 18px;
	border-top: 1px solid rgba(0,0,0,0.1);
}

table td span strong {
	color: #CD003B;
}

/* GLOBAL ENDE */

/* HEADER */

section#header {
	background: #CD003B;
	position: relative;
}

section#header:before {
	content: '';
	background: url(../images/pattern.svg) no-repeat;
	background-size: 200%;
	position: absolute;
	top:0;
	right:0;
	width: 66%;
	height: 100%;
	z-index: 1;
}

section#header .header-top {
	max-width: 1760px;
	margin: 0 auto;
	padding:80px;
	z-index: 9;
	position: relative;
}

section#header .header-top .logo {
	float: left;
}

section#header .header-top .nav {
	float: right;
	margin-top: 24px;
}

section#header .header-top .nav ul {
	margin: 0;
	padding: 0;
}

section#header .header-top .nav ul li {
	float: left;
	list-style: none;
	margin-left: 38px;
}

section#header .header-top .nav ul li:first-child; {
	margin-left: 0;
}

section#header .header-top .nav ul li a {
	display: block;
	font-family: 'Roboto Condensed', sans-serif!important;
	font-size: 30px;
	color:#FFFFFF;
	border: 2px solid transparent;
	text-decoration: none;
	padding: 10px 15px 10px;
	-webkit-transition: all .3s ease-in-out;
  	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
  	transition: all .3s ease-in-out;
}

section#header .header-top .nav ul li a:hover {
	border: 2px solid #FFFFFF;
}

section#header .header-bottom {
	max-width: 1760px;
	margin: 0 auto;
	padding: 0 80px 80px;
	z-index: 9;
	position: relative;
}

section#header .header-bottom-wrapper {
	background: #FFFFFF;
	overflow: auto;
}

section#header .header-bottom .video {
	width: 70%;
	float: left;
}

section#header .header-bottom .chat {
	width: 30%;
	float: left;
	border-left: 3px solid #CD003B;
}

section#header .header-bottom .video .video-container,
section#header .header-bottom .chat .chat-container {
	position: relative; 
	padding-bottom: 56.25%; /* ratio 16x9 */
	height: 0; 
	overflow: hidden; 
	width: 100%;
	height: auto;
}

section#header .header-bottom .chat .chat-container {
	padding-bottom: 132%;
}

section#header .header-bottom .video .video-container iframe,
section#header .header-bottom .chat .chat-container iframe {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
	border: 0;
}

section#header .header-bottom .video .video-container iframe {
	background: #FFFFFF;
	border: 5px solid #FFF;
}


/* HEADER ENDE */

/* COMPONENT */

section#component .wrapper {
	display: flex;
	flex-wrap: wrap;
}

section#component .content-left {
	background: #F7F7F7;
	width: 50%;
	float: left;
	padding: 80px;
}

section#component .content-left .referents {
	display: grid;
  	grid-template-columns: auto auto auto;
}

section#component .content-left .referents .ref {
	text-align: center;
	margin-bottom: 40px;
}

section#component .content-left .referents .ref p {
	font-size: 22px;
	color: #000000;
	font-weight: 500;
}

section#component .content-left .referents .ref p span {
	font-size: 20px;
	color: #CD003B;
	font-weight: 400;
	display: block;
}

section#component .content-right {
	width: 50%;
	float: left;
	padding: 80px;
}

section#component .content-left h1,
section#component .content-right h1 {
	color: #CD003B;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 80px;
}

section#component .content-left .wrapper,
section#component .content-right .wrapper {
	display: block;
	width: 100%;
	max-width: 720px;
}

section#component .content-left .wrapper {
	float: right;
}

/* COMPONENT ENDE */

/* FOOTER */

section#footer {
	border-top:7px solid #CD003B;
}

section#footer .footer-top {
	text-align: center;
	padding: 80px 0; 
}

section#footer .footer-top h1 {
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 80px;
}

section#footer .footer-top .footer-image-block {
	overflow: auto;
	display: block;
	width: 100%;
	max-width: 1720px;
	padding: 0 80px;
	margin: 0 auto;
}

section#footer .footer-top .footer-image-block .flex {
	
}

section#footer .footer-top .footer-image-block .footer-image-block-inner {
	float: left;
	width: 33.333%;
}

section#footer .footer-top .footer-image-block .footer-image-block-inner img {
	width: auto;
	max-width: 100%;
}

section#footer .footer-bottom {
	background: #000000;
	float: left;
	width: 100%;
	padding: 40px 80px;
}

section#footer .footer-bottom .wrapper{
	width: 100%;
	max-width: 1720px;
	margin: 0 auto;
}

section#footer .footer-bottom .footer-left {
	float: left;
	padding: 4px 0 0;
}

section#footer .footer-bottom .footer-right {
	float: right;
}

section#footer .footer-bottom ul {
	margin: 0;
	padding:0;
}

section#footer .footer-bottom ul li {
	float: left;
	list-style: none;
	margin-left: 30px;
}

section#footer .footer-bottom ul li:first-child {
	margin: 0;
}

section#footer .footer-bottom ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 20px;
	font-weight: 500;
}

section#footer .footer-bottom ul li a:hover {
	text-decoration: underline;
}

/* FOOTER ENDE */

/* MODAL */

#exampleModalCenter .modal-dialog {
	max-width: 640px;
}

#exampleModalCenter .modal-content {
	border-radius: 0;
	border: none;
}

#exampleModalCenter .modal-content .modal-header {
	padding: 2rem;
	border: 0;
}

#exampleModalCenter .modal-content .modal-body {
	padding: 0;
}

#exampleModalCenter .modal-content .modal-header h5 {
	font-family: 'Roboto Condensed', sans-serif !important;
	font-size: 40px;
	color: #CD003B;
	font-weight: 400;
	line-height: 1.3;
	margin-top: 0;
}

#exampleModalCenter .modal-content ol {
	margin: 0;
	padding: 0;
}

#exampleModalCenter .modal-content ol li,
#exampleModalCenter .modal-content ol li a {
	font-size: 24px;
	color:#000000;
	list-style-position: inside;
}

#exampleModalCenter .modal-content ol li {
	padding: 1rem 2rem;
}

#exampleModalCenter .modal-content ol li:nth-child(2n) {
    background: #F7F7F7;
}


#exampleModalCenter .modal-content ol li span {
	display: block;
	padding: 12px 0 0;
	margin-top: 12px;
	border-top: 1px solid rgba(0,0,0,0.1);
}

#exampleModalCenter .modal-content ol li span a {
	font-size: 18px;
	color: #CD003B; 
}

#exampleModalCenter .modal-content ol li span a {

}

button.close span {
	font-size: 40px;
	color: #000;
}

/* MODAL ENDE */

/* CLEARFIX */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
} 

.clearfix::after {
  clear: both;
}

.clearfix {
  *zoom: 1; /* Für den IE6 und IE7 */
}

/* CLEARFIX ENDE */

/* MEDIA QUERIES */

@media screen and (max-width : 1600px)  {



}

@media screen and (max-width : 1500px)  {

	section#component .content-left .referents {
	    display: grid;
	    grid-template-columns: auto auto;
	}

}

@media screen and (max-width : 1400px)  {

	section#footer .footer-top .footer-image-block .flex {
	    display: inline-block;
	}

	section#footer .footer-top .footer-image-block .footer-image-block-inner {
	    width: 100%;
	}

	section#footer .footer-top .footer-image-block .footer-image-block-inner {
	    float: none;
	    margin-bottom: 50px;
	}

	section#footer .footer-top .footer-image-block .footer-image-block-inner:last-child {
		margin-bottom: 0;
	}

	section#footer .footer-top .footer-image-block .footer-image-block-inner img {
	    width: auto;
	    max-width: 100%;
	}

}

@media screen and (max-width : 1250px)  {

	h1 {
	    font-size: 30px;
	}

	#exampleModalCenter .modal-content .modal-header h5 {
		font-size: 30px;
	}

	a.btn, .btn, button.btn.btn-primary {
	    font-size: 24px;
	}

	section#header::before {
	    background-size: auto 100%;
	}

	section#header .header-top .nav ul li a {
		font-size: 24px;
	}

	section#header .header-bottom .video {
	    width: 100%;
	    float: left;
	}

	section#header .header-bottom .chat {
	    width: 100%;
	    border-left: 0;
	}

	section#header .header-bottom .chat .chat-container {
	    padding-bottom: 44%;
	}

}

@media screen and (max-width : 1200px)  {

	section#component .content-left { 
	    width: 100%;
	}

	section#component .content-left .referents {
	    display: grid;
	    grid-template-columns: auto auto auto;
	}

	section#component .content-right {
	    width: 100%;
	}

	section#component .content-left .wrapper,
	section#component .content-right .wrapper {
	    max-width: 99999px;
	}

}

@media screen and (max-width : 1160px)  {

	section#header .header-top .nav ul li {
	    float: none;
	    text-align: right;
	    margin-left: 0;
	    list-style: none;
	    margin-bottom: 12px;
	}

}

@media screen and (max-width : 840px)  {

	section#header .header-top .logo {
	    width: 44%;
	}

	section#header .header-top .logo img {
		width: 100%;
	}

	section#header .header-top .nav {
		width: 56%;
		margin-top: 18px;
	}

}

@media screen and (max-width : 767px)  {

	section#header .header-top {
	    padding: 60px 40px;
	}

	section#header .header-top .logo {
	    width: 100%;
	    text-align: center;
	}

	section#header .header-top .logo img {
	    width: 100%;
	    max-width: 300px;
	}

	section#header .header-top .nav {
	    width: 100%;
	    margin-top: 40px;
	}

	section#header .header-top .nav ul {
	    width: 100%;
	}

	section#header .header-top .nav ul li {
	    text-align: center;
	}

	section#header .header-bottom {
	    padding: 0 40px 40px;
	}

	section#header .header-bottom .chat .chat-container {
	    padding-bottom: 80%;
	}

	section#component .content-left {
	    padding: 60px 40px;
	}

	section#component .content-right {
	    padding: 60px 40px;
	}

	section#component .content-left .referents {
	    display: grid;
	    grid-template-columns: auto auto;
	}

	section#footer .footer-top {
	    padding: 60px 40px;
	}

	section#footer .footer-bottom {
	    padding: 20px 40px;
	}

}

@media screen and (max-width : 600px)  {

	section#footer .footer-bottom .footer-left {
	    width: 100%;
	    text-align: center;
	    margin-bottom: 40px;
	}

	section#footer .footer-bottom .footer-right {
		width: 100%;
		text-align: center;
	}

	section#footer .footer-bottom .footer-right ul {
		overflow: auto;
		width: auto;
		display: inline-block;
	}

}

@media screen and (max-width : 480px)  {

	a.btn, .btn, button.btn.btn-primary {
		display: block;
		text-align: center;
		margin: 0;
		white-space: break-spaces;
	}

	section#header .header-bottom .chat .chat-container {
	    padding-bottom: 130%;
	}

}

@media screen and (max-width : 479px)  {

	section#component .content-left .referents {
	    display: grid;
	    grid-template-columns: auto;
	}

	table {
	    margin-left: -30px;
	    margin-right: -30px;
	}

	table th {
		width: 80%;
	}

	table th:first-child {
		width: 20%;
	}

}

@media screen and (max-width : 400px)  {

	section#footer .footer-bottom .footer-right ul li {
		width: 100%;
		float:none;
		margin: 0;
		margin-bottom: 10px;
	}

	section#footer .footer-bottom .footer-right ul li:last-child {
		margin-bottom: 0;
	}

	section#footer .footer-bottom .footer-right ul li a {
		text-align: center;
	}

}