@charset "utf-8";
/* CSS Document ThK-Softec*/
$enable-shadows: true;
root {
    blue: #3667a7;
	primary: #3667a7;
}
/* ******************************************* */
/* *** Notwendig für Footer Positionierung *** */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}
.modal-header {
	background-color: orange;
}


#cookieInfoDatVersion {
	background-color: #3667a7;
	color: whitesmoke;
}
.noMarginTop {
	margin-top: 0px;
}
#pNoMarginBottom {
	margin-bottom: 0px;
}
.marBot {
	margin-bottom: 15px;
	-webkit-margin-bottom: 15px;
}
/* ------------------------------------------- */

/* ******************************************* */
/* **************** Navigation *************** */

/* Navbar Schriftgröße */
#navFontSize {
	font-size: 1.1rem;
}

/* Navbar Schriftfarbe */
.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,0.7);
}

/* Navbar hover */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(168,193,230,1.0);
}
/* Navbar active */
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
	color: rgba(109,151,213,1.00);
}

/* Navbar hover Background im dropdown */
.dropdown-item:hover, .dropdown-item:focus {
    background-color: rgba(168,193,230,1.0);
}

/* Navbar active Background im dropdown */
.dropdown-item.active {
	background-color: rgba(109,151,213,1.00);
}

.dropdown-item {
	white-space: normal;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	color: white;
	background-color: rgba(109,151,213,1.00);
}

.nav-tabs {
	border-bottom: 1px solid rgba(109,151,213,1.00);
}

.list-group-item {
	position: relative;
	display: block;
	padding: 0.75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(109,151,213,1.00);
}

#bg_orange {
	background-color: orange;
}
/* ------------------------------------------- */

h1 {
	color: #666666;
}
h2, .h2 {
	color: #666666;
	margin-top: 1.5rem;
    margin-bottom: 1rem;
	font-variant: small-caps;
}
h3, .h3 {
	color: #3667a7;
	font-size: 1.5rem;
	margin-top: 1.5rem;
}

a {
  color: #3667a7;
}

.ml-20,
.mx-20 {
  margin-left: 2rem !important;
}
/* ******************************************* */
/* ************** Search Button ************** */
.btn-outline-primary {
    color: #3667a7;
    border-color: #3667a7;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #3667a7;
    border-color: #3667a7;
}
/* ------------------------------------------- */

/* ******************************************** */
/* ************** Primary Button ************** */
.btn-primary {
  color: #ddddde;
  background-color: #6d97d5;
  border-color: #1a3e6a;
}

.btn-primary:hover {
  color: #ddddde;
  background-color: #1a3e6a;
  border-color: #1a3e6a;
}

.btn-primary:focus, .btn-primary.focus {
  color: #ddddde;
  background-color: #1a3e6a;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
/* ******************************************** */

.header-ThK {
	padding: 1em;
}

#linkContact {
	padding: 25px;
	color: white;
	background-color: #87888a;
	text-decoration: none;
	transition: box-shadow 0.7s ease-in-out;
	-webkit-transition: box-shadow 0.7s ease-in-out;
}
#imgContact {
	transition: box-shadow 0.7s ease-in-out;
	-webkit-transition: box-shadow 0.7s ease-in-out;
}
#linkContact:hover {
	box-shadow: 10px 15px 5px 2px lightsteelblue;
}
#imgContact:hover {
	box-shadow: -10px 15px 5px 2px lightsteelblue;
}
.webdes {
	min-width: 209px;
	max-width: 210px;
}

.textbox{
	white-space: normal;
}
.bot10px {
	margin-bottom: 10px;
}

#CardServerSoftware {
    line-height: 1rem;
}

@media (max-width: 350px) {
.popover {
	margin-top: 60px;
	max-width: 600px!important;
	max-height: 550px!important;
	overflow-y: auto;
	background-color: #abcce9;
}
h1, .h1 {
	font-size: 0.9rem;
	line-height: 1.4;
}
	#ThKlogo {
		max-width: 50%;
	}
}

@media (min-width: 350px) {
	.popover {
		margin-top: 60px;
		max-width: 600px!important;
		max-height: 580px!important;
		overflow-y: auto;
		background-color: #abcce9;
	}
	h1, .h1 {
		font-size: 1.2rem;
		line-height: 1.4;
	}
	#ThKlogo {
		max-width: 50%;
	}
	#headliner {
		height: 80px;
		padding-top: 10px;
	}
}
@media (min-width: 400px) {
	.popover {
		margin: 0 6.5rem;
		max-width: 600px!important;
		max-height: 700px!important;
		overflow-y: auto;
		background-color: #abcce9;
	}
	h1, .h1 {
		font-size: 1.3rem;
		line-height: 1.4;
	}
	#headliner {
		height: 90px;
	}
}

@media (min-width: 576px) {
	h1, .h1 {
		font-size: 1.9rem;
		line-height: 1.4;
	}
	#headliner {
		height: 100px;
	}	
}

@media (min-width: 768px) {
	.popover {
	margin: 0 6.5rem;
	}
	h1, .h1 {
		font-size: 2.1rem;
		line-height: 1.4;
	}
	#headliner {
		height: 150px;
	}
	#colImgContact {
	padding-right: 0px;
	}
	#colLinkContact {
	padding-left: 0px;
	}
}

@media (min-width: 992px) {
	h1, .h1 {
		font-size: 2.3rem;
		line-height: 1.4;
	}
	#ThKlogo {
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	h1, .h1 {
		font-size: 2.5rem;
		line-height: 1.4;
	}
	#img_www {
		max-width: 340px;
	}
	#headliner {
		height: 150px;
		padding-top: 0px;
	}
	.colSmall {
		max-width: 10px;
	}
}

.ddLink {
	padding-left: 1.5rem;
}

.fett {
	font-weight: bold;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px; /* Set the fixed height of the footer here */
  line-height: 50px; /* Vertically center the text there */
  background-color: #3667a7;
  color: #ffffff;
}
#cookieDat {
	padding: 1rem;
	border-radius: 5px;
	background-color: orange;
}