/* Formate SuM Frontend */

/* -------------------- Fonts */
/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../font/montserrat-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../font/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../font/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/montserrat-v25-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('../font/montserrat-v25-latin-italic.eot'); /* IE9 Compat Modes */
  src: url('../font/montserrat-v25-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/montserrat-v25-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/montserrat-v25-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../font/montserrat-v25-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/montserrat-v25-latin-italic.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../font/montserrat-v25-latin-500.eot'); /* IE9 Compat Modes */
  src: url('../font/montserrat-v25-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/montserrat-v25-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/montserrat-v25-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../font/montserrat-v25-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/montserrat-v25-latin-500.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../font/montserrat-v25-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../font/montserrat-v25-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/montserrat-v25-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/montserrat-v25-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../font/montserrat-v25-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/montserrat-v25-latin-600.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../font/montserrat-v25-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../font/montserrat-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/montserrat-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/montserrat-v25-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../font/montserrat-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/montserrat-v25-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}


/* -------------------- Basis */
html, body {
	height: 100%;
}

body {
	background: #FFFFFF;
	font-family: "Montserrat" !important;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	color: #333333;
}

b, strong {
	font-weight: 600 !important;
}

.text-alternativ-light {
	color: #F6F6FA;
}
.text-alternativ-color {
	color: #003399;
}

.text-bottomborder {
	padding-bottom: 10px;
	border-bottom: solid 1px #888888;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat" !important;
	font-style: normal;
	font-weight: 700;
	color: #1F4CA5;
}

.h-alternativ-light {
	color: #F6F6FA;
}
.h-alternativ-color {
	color: #555555;
}

h1 {
	font-size: 26px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
	font-weight: 600;
}
h4 {
	font-size: 18px;
	font-weight: 600;
}
h5 {
	font-size: 17px;
	font-weight: 700;
}
h6 {
	font-size: 16px;
	font-weight: 600;
}

ul.style-custom-vertical {
	padding-left: 1.2em;
}

.line-higher-custom {
	line-height: 1.8;
}


/* -------------------- Links */
a {
	color: #003399 !important;
	text-decoration: none;
}
a:hover {
	color: #E0AF00 !important;
}
.footer-custom a {
	color: #FFFFFF !important;
}
.footer-custom a:hover {
	color: #FFD500 !important;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #1F4CA5 !important;
}


/* -------------------- Header */
.header-main-custom {
	position: relative;
	height: 92vh;
	min-height: 500px;  
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-bottom-left-radius: 50% 25px;
	border-bottom-right-radius: 50% 25px;
}
.header-main-custom .container-fluid {
	background: linear-gradient(180deg, rgba(0, 51, 153, 0.85), rgba(0, 51, 153, 0.40));
	/*background-color: #0F464B;
	opacity: 0.55;*/
	border-bottom-left-radius: 50% 25px;
	border-bottom-right-radius: 50% 25px;
}

.header-sub-custom {
	position: relative;
	height: 70vh;
	min-height: 300px;  
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-bottom-left-radius: 50% 25px;
	border-bottom-right-radius: 50% 25px;
}
.header-sub-custom .container-fluid {
	background: linear-gradient(180deg, rgba(0, 51, 153, 0.85), rgba(0, 51, 153, 0.40));
	/*background-color: #0F464B;
	opacity: 0.55;*/
	border-bottom-left-radius: 50% 25px;
	border-bottom-right-radius: 50% 25px;
}


/* -------------------- Containers */
.container-main-custom {
	margin-top: 60px;
}


/* -------------------- Areas Custom */
.area-cardbg-custom { 
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.area-contentbox1-custom { 
	background: #EEEEEE;
}


/* -------------------- Sectors Custom */
.mask-row-custom {

}


/* -------------------- Content Area */
.slider-hl-clamped-custom {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}
.slider-clamped-custom {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}
.box-teaser-clamped-custom {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}
.box-bottomborder {
	border-bottom: solid 1px #888888;
}


/* -------------------- Shadows */


/* -------------------- Navbar Custom */
.navbar {
	background: #003399;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar,
.navbar-custom,
.navbar-custom-logo {
	transition: all 0.5s;
}
.navbar-custom {	
}

.navbar-custom-logo {
	height: 40px;
}

.navbar .navbar-nav {
}
.navbar .navbar-nav .dropdown-menu {
	background: #003399;
}
.navbar .navbar-nav .nav-item .nav-link,
.navbar .navbar-nav .dropdown-menu .dropdown-item {
	font-family: "Montserrat" !important;
	font-style: normal !important;;
	font-weight: 600 !important;;
}
.navbar .navbar-nav .nav-item .nav-link {
	font-size: 16px !important;
	color: #FFFFFF !important;
	padding: 7px 20px 7px 0px;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
	font-size: 16px !important;
	color: #FFFFFF !important;
	padding: 3px 5px;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
	color: #FFD500 !important;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
	color: #FFD500 !important;
	background: transparent !important;
}
.navbar .navbar-nav .nav-item.active .nav-link {
	color: #FFD500 !important;
	background: transparent !important;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item.active {
	color: #FFD500 !important;
	background: transparent !important;
}


/* -------------------- Footer Custom */
.footer-custom {
	background: #003399;
	color: #FFFFFF;
}
.footer-custom-divider {
	background-color: #FFFFFF;
	height: 100px;
	border-bottom-left-radius: 50% 25px;
	border-bottom-right-radius: 50% 25px;
}
.footer-pseudo-custom {
	background: #003399;
}


/* -------------------- Buttons Custom */
.button-custom {
}
.button-v1 {
	background: #FFDF3D;
	color: #6E663F;
	font-weight: bold;
}
.button-v1:hover {
	background: #FFD500;
	color: #555555;
}


/* -------------------- Dropdown Custom */
.dropdown-menu-custom {
}
.dropdown-menu-custom .dropdown-item {
	font-weight: bold;
	padding: 6px 12px;
	color: #1F4CA5 !important;
}
.dropdown-menu-custom .dropdown-item:hover {
	color: #F0BC00 !important;
}


/* -------------------- Forms Custom */
.referenzen-select-custom select, .referenzen-select-custom option {
	font: -moz-pull-down-menu;
}
.referenzen-select-custom select {
	font-family: "Montserrat" !important;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	background: #FFDF3D;
	color: #6E663F;
	/*background: #E9ECF1;*/
	/*color: #555555;*/
	width: 350px;
	padding: 12px 8px 12px 10px;
	text-align: left;
	border: none;
	border-radius: 28px;
}


/* -------------------- Modal Custom */


/* -------------------- Cards Custom */
.card-custom .card-text {	
	color: #333333 !important;
}
.card-text-clamped-custom {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}


/* -------------------- Font Awesome Custom */


/* -------------------- Scroll to Top */
#return-to-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	background: rgba(255, 213, 0, 1);
	width: 45px;
	height: 45px;
	display: block;
	z-index: 1000;
	text-decoration: none;
	border-radius: 28px;
	display: none;
	transition: all 0.5s ease;
}
#return-to-top i {
	color: #6E663F;
	margin: 0;
	position: relative;
	left: 16px;
	top: 12px;
	font-size: 15px;
	transition: all 0.5s ease;
}
#return-to-top:hover {
	background: rgba(255, 213, 0, 1);
}
#return-to-top:hover i {
	color: #555555;
	top: 4px;
}


/* -------------------- Breakpoint Dependent */

/* sm - Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* md - Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	/* -------------------- Basis */
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}

}

/* lg - Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* xl - Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	/* -------------------- Basis */
	body {
		font-size: 16px;
	}

	h1 {
		font-size: 46px;
	}
	h2 {
		font-size: 38px;
	}
	h3 {
		font-size: 30px;
	}
	h4 {
		font-size: 24px;
	}
	h5 {
		font-size: 20px;
	}
	h6 {
		font-size: 16px;
	}

	/* -------------------- Navbar Custom */
	.navbar {
		background: transparent;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-custom {
		background: #003399;
	}
	.navbar-custom-logo {
		height: 90px;
	}
	.navbar-custom .navbar-custom-logo {
		height: 40px;
	}
	.navbar .navbar-nav .dropdown-menu {
		background: #003399;
	}
	.navbar .navbar-nav .nav-item .nav-link {
		padding: 7px 20px;
	}

}










