@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700;900&display=swap');

/* Reset */
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {
	display: block;
}


ul { 
    display: block;
    list-style-type: disc;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
}


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


* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pull-up-01 {
	margin-bottom: -10px;
	/*background-color: #5B5B5B;*/
}
#adjust-line-height-one {
	background-color: aqua;
}

body {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
	font-size: 17px;
	line-height: 28px;
	color: #000;
	background-color: #141414;
	/*background-color: #251c15;*/
}

p {
	padding-bottom: 12px;
}

a {
	text-decoration: none;
}

.homepage-bottom-copy a:link {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #304ffe;
}
.homepage-bottom-copy a:visited {
	color: #304ffe;
}
.homepage-bottom-copy a:hover {
	color: rgba(31,91,211,.50);
}
.homepage-bottom-copy a:active {
	color: #304ffe;
}

/* footer */

.footer-one a:link {
	color: #e1a736;
}
.footer-one a:visited {
	color: #e1a736;
}
.footer-one a:hover {
	color: rgba(255,255,255,0.30);
}
.footer-one a:active {
	color: #e1a736;
}

/* Defines HTML headings */

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	margin: 0px;
	padding-top: 0px;
}

h1 {
	font-family: DINEngschriftStd;
	font-weight: normal;
	margin-bottom: 12px;
}
h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}
h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}
h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}
h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}
h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}

.clear-both {
	 clear: both;
}

/* global css */

.sitemap-list-item {
    margin: 5px;
    padding: 5px;
    width: 200px;
    float: left;
    border: 1px solid gray;
}

.preload-img {
	display: none;
}

.bold-one {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
	display:inline;
}

.top-header {
	width: 100px;
	min-width: 100%;
	height: 100px;
	position: absolute;
	/*background-color:rgba(255,0,4,0.65);*/
}
.background-color-wrapper {
	background-color: #fff;
	/*background-color: #07BBC4;
	background-image: url(../img/bg-pattern.png);
	background-image: url(../img/bg-pattern-2.png);*/
}
.boarder-text-img {
	position: relative;
	height: 300px;
	padding: 30px;
	box-shadow:
	inset 0px 20px 0px -4px rgba(255,255,255,1.00),		/* top inset */
	inset 0px -20px 0px -4px rgba(255,255,255,1.00),	/* bottom inset */
	inset 13px 13px 0px -4px rgba(255,255,255,1.00),	/* left inset */
	inset -13px 0px 0px -4px rgba(255,255,255,1.00);	/* right inset */
}

/* social icons */

.linkedIn-icon-container {
	overflow: hidden;
	width: 30px;
	height: 30px;
	margin-top: 20px;
	margin-left: 19px;
	margin-right: 10px;
	float: left;
	/*border-radius: 2px;*/
}
.icon-newletter a {
	height: 30px;
	width: 30px;
	display: block;
	text-decoration: none;
	background-image: url(../img/icon-newletter.svg);
	background-repeat: no-repeat;
}
.icon-newletter a:hover {
	background-position: 0 -30px;
}

.instagram-icon-container {
	overflow: hidden;
	width: 30px;
	height: 30px;
	margin-top: 20px;
	float: left;
	/*border-radius: 2px;*/
}
.instagram-icon a {
	height: 30px;
	width: 30px;
	display: block;
	text-decoration: none;
	background-image: url(../img/icon-instagram.svg);
	background-repeat: no-repeat;
}

.instagram-icon a:hover {
	background-position: 0 -30px;
}

/* modal window - Flexbox */

.modalDialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.80);
	/*background-color: #000000;*/
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
img, video {
	max-width: 100%;
	vertical-align: bottom;
}
.modalDialog > div {	
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*background-color: rgba(232,21,141,0.75);*/
	overflow-x: hidden; /* this lets you scroll for large images */
}
.close {
	z-index: 10000;
	background-color: #fff;
	position: absolute;
	top: 25px;
	right: 25px;
	width: 50px;
	height: 50px;
	text-decoration: none;
	background-image: url(../img/close-X.svg);
	background-repeat: no-repeat;
}
.close:hover {
	background-color: #000;
	background-position: 0 -50px;
}

/* names */

.ul-box-one a:link, .ul-box-one a:visited, .ul-box-one a:hover, .ul-box-one a:active {
	color: #b1b1b1;
	text-decoration: none;
}
.ul-box-one a:hover {
	color: #FFF;
}


/* Style The Dropdown Button ====================
================================================= */
.dropbtn {
	background-color: #660033;
	/*background-color: #4CAF50;*/
	min-width: 300px;
	color: white;
	margin-top: 15px;
	padding: 16px 0px 16px 40px;
	font-size: 28px;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	font-family: DINEngschriftStd;
	text-shadow: 2px 2px rgba(0,0,0,0.15);
	background-image: url(../img/download-arrow.svg);
	background-position: right 35px top 17px; 
	background-repeat: no-repeat;
	text-align: left;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
	font-family: PostGrotesk-Bold;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
	background-color: #48001d;
	/*background-color: #3f3028;*/
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown a:link, a:visited, a:active {
	color: #e1a736;
}


.dropdown a:hover {
	color: #fff;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #b1341d;
	/*background-color: #97004c;
	background-color: #3f3028;*/
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
	position: absolute;
    margin-top: -528px;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #660033;
	/*background-color: #3e8e41;*/
}
