@import "color.css";


* {
  box-sizing: border-box;
}

body {
	word-wrap: break-word;
	margin: 0;
	font-family: acumin-pro, sans-serif;
	color: black;
	padding-left: 21vw;
}

.under-nav {
	width: 80vw;
}

.responsive {
	width:100%;
	height: auto;
}

.max-width-30 {
  max-width: 30%
}

/* Style the header */
.header {
  background-color: #fff;
  padding: 0px;
  text-align: center;
}

.topnav {
  overflow: hidden;
  background-color: rgb(0,0,0, 0.5);
  font-family: acumin-pro, Helvetica, sans-serif;
  position: fixed;
  z-index: 9999;
  width: 100%;
}

.topnav a {
  float: left;
  font-size: 16px;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  color: white;
}

.topnav-right {
	float: right;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  cursor: pointer;
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.topnav a:not(.navbar-brand):hover, .dropdown:hover .dropbtn, .dropbtn:focus {
  background-color: var(--bg-blue-active);
}


.dropdown-content {
  display: none;
  position: fixed;
  background-color: rgb(0,0,0, 0.5);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 100;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: var(--bg-blue-active);
}

.indented a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.triangle {

position:absolute;
width: 0;
height: 0;
border-top: 5px solid white;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
margin-left: 2px;
margin-top: 7px;

}

.show {
  display: block;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

.logo-image{
    width: 46px;
    height: 46px;
	
}

.navbar-brand {
	width: 100px;
	height: 30px;
	margin-top: -11px;
	margin-left:0%;
}

.img-fluid {
	height: 42px;
	width: auto;
	overflow:hidden;
}



.footer {
	float:left;
	background-color: white;
	padding: 30px 30px 30px 30px;
	color: var(--bg-blue);
	bottom:0;
	left:0;
	right:0;
	width: 100%;
}

.footer2 {
	float:left;
	background-color: var(--bg-blue);
	padding: 0px 30px 3px 30px;
	color: white;
	bottom:0;
	left:0;
	right:0;
	width: 100%;
}

.footer2 a {
	color:white;
	text-decoration: none;
}

.footer-udc {
	float:left;
	width: 48.25%;
	height:auto;
	margin-left:2%;
	margin-right:0.5%;
}

.img-footer-udc {
	padding-left:15%;
	padding-right: 15%;
	max-height: 200px
}

.footer-kontakt {
	float:left;
	width:48.25%;
	color: var(--bg-blue);
	text-align: center;
	margin-left:0.5%;
	margin-right:0.5%;
}

.footer-SDA {
	float:left;
	width:31%;
	height:auto;
	margin-left: 0.5%;
	margin-right: 2%;
}

.img-footer-SDA {
	margin-left:15%;
	margin-right:15%;
	padding-top:10%;
}

.footer-wrapper {
	width: 100%;
}

.icon1 {
	width: 35px;
	height: 5px;
	background-color: var(--bg-blue);
	margin: 6px 0;
}

.main-container {
	margin-top: 20px;
}

.registration-form {
	max-width: 450px;
	margin: 0 auto;
}

.small-container-500 {
	max-width: 500px;
  	padding: 15px;
  	margin: 0 auto;
}

.small-container-330 {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}


.small-container .small-container-heading,
.small-container .checkbox {
  margin-bottom: 10px;
}
.small-container .checkbox {
  font-weight: normal;
}
.small-container .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.small-container .form-control:focus {
  z-index: 2;
}

/* Signin */
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.login td {
    padding-right: 2px;
    padding-left: 2px;
}

.login {
	color: #fff;
}

.google-maps-small {
		display:none;
	}
	
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
  padding-right: 5vw;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.marginl-5 {
	margin-left: 20px;
}

.round {
	border-radius: 10px;
}

.justify {
	text-align: justify;
}

.hyphens {
	hyphens: auto;
}

.wround {
	border-radius: 100%;
}

#honeypot {
display: none;
visibility: hidden;
}

.responsive60 {
	width: 100%;
	height: 50%;
}

.filter-search-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.search-container input {
  padding: 5px;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #ccc;
  width: 200px;
}