@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');

body {

  font-family: 'Roboto Condensed', sans-serif;
}
	
	a {
    color: black;
}		

/*navbar*/
#mainNav{ 
background-color: #153d64 !important; 
}


/*TopContainer*/
.top-container {
	margin-top:90px;
    display:flex;
}


/*pOSTS*/
.wrapper{
  height:auto;
}


   #one { 
    float: none;
    margin-right:0;
    width:auto;
	height:150px;
    border:0;
	overflow:hidden;
  }
    #two {
  padding:10px;
  }
      #two h6 {
  	  font-size:15px;
}

.imagesize {
    width: 100%;
    height: 12vw;
    object-fit: cover;
}


/*kontakt*/
.card-contact {
margin-left:auto;
margin-right:auto;
float:none;
background-color:white;
color:black;
font-size:12px;
padding:1rem;
text-align:justify;
}

#about {
text-align:justify;
font-size:15px;
}



@media (max-width:767px){
.intro-logo{
	margin:auto;
}
	
#one {
  float:left; 
  margin-right:10px;
  width:35%;
  height:100px;
}
#one img {
  display: block;
  right: 0;
  left: 0;
  padding-top:10px;
}
#two { 
  overflow:hidden;
  margin:4px;
}
      #two h6 {
  	  font-size:14px;
}
.imagesize {
height:90%;
object-fit: cover;
}
}
