@charset "UTF-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


body {
	background: radial-gradient(50% 50% at 50% 50%, rgba(40, 40, 40, 0.5) 0%, rgba(36, 36, 36, 0) 100%), #1A1B1C;
	background-repeat: no-repeat;
	}


footer {
  left: 0;
  bottom: 0;
	padding-top: 25px;
padding-bottom: 20px;
  width: 100%;
  text-align: center;
}

nav {
	display: flex;
	justify-content: space-around;
	align-items: center;
	min-height: 8vh;
}

.logo {
	margin-top: 35px;
	height: 100%;
	width: auto;
}

.nav-links {
	display: flex;
	justify-content: space-around;
	width: 50%;
}

.nav-links img:hover {
    transform: scale(1.5);
    transition: 0.5s;
}

.text {
    padding: 2em 1em 0;
    margin: 0 auto;
    text-align: center;
    height: auto;
    width: 100%;
    max-width: 750;
    
}

.text img {
    max-width: 750px;
    height: auto;
    width: 100%;
    
}

h1 {
	color: whitesmoke;
	text-align: center;
	padding: 2em 2em 0em 2em;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
    text-decoration: inherit;
    display: none;
}
	h2 {
	color: whitesmoke;
	text-align: center;
	padding: 2em;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
		letter-spacing: 3px;
           display: none;
}
	h3 {
	color: whitesmoke;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.instalink {
	width:  50%;
	height: auto;
	margin: 0 auto;
}

.linkcontent {
	display:inline;
	  width: 100%;
      height: auto;
    vertical-align: middle;
     
 
}

.linkcontent img {
	float: right;
}



p {
	color: whitesmoke;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	font-weight: bold; 
	letter-spacing: 2px;
	   display: none;
	text-transform: uppercase;
	
}

.anfragen {
	 display: block;
	padding: 3em 0 0; 
  width: 100%;
	height: auto;
	margin-bottom: -3em;
}

.anfragen img {
		display: block;
	padding: 1em 0; 
  margin-left: auto;
  margin-right: auto;
  max-width: 85%;
    min-width: 55%;
    height: auto;
	
}

.anfragen_b {
	 display: block;
	padding: 0em 0 0; 
  width: 100;
	height: auto;
}

.anfragen_b img {
		display: block;
	padding: 1em 0 0; 
  margin-left: auto;
  margin-right: auto;
  max-width: 42%;
    min-width: 35%;
    height: auto;
	
}

.telnr {
   display: block;
    text-align: center;
    padding: 2em 2em 0 2em;
    max-height: 100%;
    width: auto;
    min-height: 45%;
    
}

.telnr img {
  max-width: 75%;
    height: auto;
}

.gallery {
	margin-top: 2em;
	display:table;
	text-align: center;
}

.gallery img {
	transition: 0.5s;
	padding: 15px;
	width: 350px;
}

.gallery img:hover {
	transform: scale(1.1);
	
}

.back {
    margin: 0 auto;
    padding: 1em 0;
    text-align: center;
    
}

.back img {
    margin: 0 auto;
    padding: 1em 5em;
    
}

@media only screen and (max-width: 600px) {
  .nav-links {
    display: table-row;
      justify-content: space-around;  
      margin-top: 35px;
    }
    
      .nav-links img {
       display: block;
          margin-right: auto;
          margin-left: auto;
    }
    
        .logo img {
    height: auto;
    max-width: 85%;
        margin-left: auto;
        margin-right: auto;
    display: block;

    }
    
    
    .logo  {
justify-content: space-around;
    }
    
    .anfragen {
        padding: 2em 0 0;
    }
    
    .
    
}

li {
    text-decoration: none;
    list-style: none;}

.back {
    margin: 0 auto;
    padding: 1em 0 0;
    text-align: center;
    
}

.back img {
    margin: 0 auto;
    padding: 1em 5em 0;
    
}

.back-to-top {
    float: right;
    position: fixed;
     bottom:20px;
     right:20px;
     padding:1em;
     z-index: 100;
        max-height: 50%;
        width: auto;
}
