html {
  height: 100%;
}

body {
  font-family: "Montserrat", serif;
  letter-spacing: 0.05em;
  background-size: cover;
  background-position-x: center;  
  height: 100%;
  width: 100%;
  display: table;
  table-layout: fixed;
}

.home {
  background-image: url("../img/wien.jpg");  
}

p, h1, h2, h3 {
	margin:1rem 0;
}

.small {
  font-size:1rem;
}
.medium {
  font-size:1.1rem;
}

footer {
  display: table-row !important;
  background: #FFF;
  text-align: center;
  font-size:0.8rem;
  height:30px;
}

footer a {
	color:#af1919;
	text-decoration:none;
}

.footer {
  margin: 20px 15% 20px 15%;
  line-height:17px;
} 


main {
  display: table-row;
  height: 100%;
}
.copy {
	text-align:left;
	font-size:14px;
	line-height:19px;
}
.left {
	text-align:left;
}
.text-container {
	margin: 0 20vw;
}

.text-container h2 {
	font-size:18px;
	font-weight:500;
}

.text-container ul {
	line-height:22px;
}

hr {
	color:transparent;
	border-top: 1px dashed grey;
	margin: 2rem 0; 
}
.btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: #AF1919;
  font:  1.2rem "Montserrat", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  text-indent: 2px;
  text-transform: none;
  transition: color 0.1s linear 0.05s;
}

.btn100 {
  width:100%;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
  transition: border 0.1s linear 0.05s;
}
.btn .btn-inner {
  position: relative;
  z-index: 2;
}
.btn:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
}
.btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

.logo-container {
	width:100vw;
	clear:both;
	padding-bottom:2rem;
}
.logo {
	width:9rem;
	margin-top:1rem;
}

.title {
	font-size:2rem;
	font-weight:600;
}
.legaltitle {
	font-size:1.4rem;
	font-weight:500;
	margin: 1rem 0 2rem 0;
}
.swiper .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiper .slide .portrait {
  width: 30%;
  position:absolute;
  bottom:0;
  right:1%;
}

.swiper, .main {
	width: 100%;
	height: 100vh;
}

.main_blank {
	width: 100%;
	background-color:white !important;
}


.slide-content, .content {
	margin-top:3vh;
}

.swiper-slide, .container {
	text-align: center;
	font-size: 1.2rem;
	line-height:1.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
  background-position: center;
  z-index: 1;
	
}

.swiper-button-next, .swiper-button-prev {
  color:#FFF !important;
}

.swiper-pagination-bullet {
  background: #FFF !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #007aff !important;
}

.form-horizontal {
  display: flex;
  flex-flow: row;
  align-items: center;
  flex-grow: 1;
}

.form-1 {
  height: 64px;
  width: fit-content;
  margin: 20px auto 0;
}

.form-2 {
  width: fit-content;
  margin: 20px auto 0;
}

.form-3 {
  height: 64px;
  width: fit-content;
  margin: 20px auto 0;
}

.form-4 {
  width: fit-content;
  margin: 0 auto;
}


.input {
	max-width:300px;
}

.url {
}

.domain {
	padding:0 0.3rem;
	float: left;
}

.subdomain {
	display:block;
}


.name {
	width:20rem;
	float:left;
	text-align:right;
}

.fulldomain {
	width:100%;
}

.check {
	width:50vw;
	text-align:left;
}

.btn_search {
  width: 50px !important;
  height: 50px;
}

.btn_check {
	display:flex;
	width:50px;
}

.btn .icon {
  position: relative;
  display: inline;
  line-height: inherit;
  font-size: 1em;
  vertical-align: middle;
  white-space: nowrap;
}


#result { margin-top:15px; font-size:20px; }
.free { color:green; }
.taken { color:red; }
.premium { color:orange; }
.blocked { color:gray; }
.forbidden { color:black; font-weight:600; }

#suggestions {
margin-top:10px;
}

#check {
font-size:10px;
line-height:13px;
margin: 1rem;
text-align:center;
}

.suggestion {
cursor:pointer;
padding:5px;
}

button {
margin-top:15px;
padding:10px 20px;
}

.greenbutton {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  font:  1.2rem "Montserrat", sans-serif;
  font-weight:600;
}


.line-through {
	text-decoration: line-through;
}

.file-icon img {
  object-fit: contain;
  display: inline-block;
  height: 1em;
  width: auto;
  line-height: 1;
  vertical-align: -0.3em;
}

.button-style {
  color: #ffffff !important;
  background-color: #af1919 !important;
}

.green{fill:#009136;}
.white{fill:#FFFFFF;}
.red{fill:#AF1919}

.form-horizontal .u-form-group:not(.u-label-top) {
  display: flex;
  flex: 0 0 auto;
  flex-grow: 0;
  flex-shrink: 0;
  flex-flow: row nowrap;
  align-items: center;
  margin-bottom: 0;
  flex-grow: 1;
}

.form-horizontal .form-submit {
  margin-right: 0 !important;
  display: flex;
  flex-grow: 0 !important;
}
.input {
  display: block;
  padding: 12px;
  border: none;
  font-weight: 700;
  font: 600 1.4rem "Montserrat", sans-serif;
  background-color: transparent;
  color: inherit;
  height: auto;
  color: #111111;
  background-color: #eee;
  height:32px;
}

.form-control-hidden {
  display: none !important;
}


.form div.form-send-error, .form div.form-send-success {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 20px;
  border: none;
}

#farbe, #anzahl {
	width:99%;
}

  .dropdown {
    position: relative;
    width: 99%;
    font-size: 1rem;
    color: #495057;
    text-align:left;
  }

.dropdown-selected {
  position: relative;
  border: 1px solid #ccc;
  padding: 8px 48px 8px 8px;
  cursor: pointer;
  background-color: #fff;
}

.dropdown-selected::after {
  content: "";
  position: absolute;
  right: 7px;
  top: 45%;
  width: 5px;
  height: 5px;
  border-right: 1.5px solid #666;
  border-bottom: 1.5px solid #666;
  transform: translateY(-45%) rotate(45deg);
}

  .dropdown-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 99%;
    border: 1px solid #ccc;
    border-top: none;
    background-color: #fff;
    display: none;
    z-index: 10;
  }

  .dropdown-options div {
    padding: 8px;
    cursor: pointer;
  }

  .dropdown-options div:hover {
    background-color: #f0f0f0;
  }

  /* Unterschiedliche Schriftarten pro Option */
  .option-montserrat { font-family: 'Montserrat', sans-serif; }
  .option-tinos { font-family: 'Tinos', serif; font-size:18px;}
  .option-libre { font-family: 'Libre Baskerville', serif; font-size:16px;}
  .option-sanchez { font-family: 'Sanchez', serif; font-size:18px;}
  .option-fresca { font-family: 'Fresca', serif; font-size:18px;}
  .option-special { font-family: 'Special Elite', serif; font-size:18px;}
  .option-offside { font-family: 'Offside', serif; font-size:16px;}
  
  .checkbox-wrapper-7 .tgl {
    display: none;
  }
  .checkbox-wrapper-7 .tgl,
  .checkbox-wrapper-7 .tgl:after,
  .checkbox-wrapper-7 .tgl:before,
  .checkbox-wrapper-7 .tgl *,
  .checkbox-wrapper-7 .tgl *:after,
  .checkbox-wrapper-7 .tgl *:before,
  .checkbox-wrapper-7 .tgl + .tgl-btn {
    box-sizing: border-box;
  }
  .checkbox-wrapper-7 .tgl::-moz-selection,
  .checkbox-wrapper-7 .tgl:after::-moz-selection,
  .checkbox-wrapper-7 .tgl:before::-moz-selection,
  .checkbox-wrapper-7 .tgl *::-moz-selection,
  .checkbox-wrapper-7 .tgl *:after::-moz-selection,
  .checkbox-wrapper-7 .tgl *:before::-moz-selection,
  .checkbox-wrapper-7 .tgl + .tgl-btn::-moz-selection,
  .checkbox-wrapper-7 .tgl::selection,
  .checkbox-wrapper-7 .tgl:after::selection,
  .checkbox-wrapper-7 .tgl:before::selection,
  .checkbox-wrapper-7 .tgl *::selection,
  .checkbox-wrapper-7 .tgl *:after::selection,
  .checkbox-wrapper-7 .tgl *:before::selection,
  .checkbox-wrapper-7 .tgl + .tgl-btn::selection {
    background: none;
  }
  .checkbox-wrapper-7 .tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .checkbox-wrapper-7 .tgl + .tgl-btn:after,
  .checkbox-wrapper-7 .tgl + .tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
  }
  .checkbox-wrapper-7 .tgl + .tgl-btn:after {
    left: 0;
  }
  .checkbox-wrapper-7 .tgl + .tgl-btn:before {
    display: none;
  }
  .checkbox-wrapper-7 .tgl:checked + .tgl-btn:after {
    left: 50%;
  }

  .checkbox-wrapper-7 .tgl-ios + .tgl-btn {
    background: #fbfbfb;
    border-radius: 2em;
    padding: 2px;
    transition: all 0.4s ease;
    border: 1px solid #e8eae9;
  }
  .checkbox-wrapper-7 .tgl-ios + .tgl-btn:after {
    border-radius: 2em;
    background: #fbfbfb;
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
  }
  .checkbox-wrapper-7 .tgl-ios + .tgl-btn:hover:after {
    will-change: padding;
  }
  .checkbox-wrapper-7 .tgl-ios + .tgl-btn:active {
    box-shadow: inset 0 0 0 2em #e8eae9;
  }
  .checkbox-wrapper-7 .tgl-ios + .tgl-btn:active:after {
    padding-right: 0.8em;
  }
  .checkbox-wrapper-7 .tgl-ios:checked + .tgl-btn {
    background: #86d993;
  }
  .checkbox-wrapper-7 .tgl-ios:checked + .tgl-btn:active {
    box-shadow: none;
  }
  .checkbox-wrapper-7 .tgl-ios:checked + .tgl-btn:active:after {
    margin-left: -0.8em;
  }
  


 @media screen and (max-width: 600px) {
 
body {
  font-family: "Montserrat", serif;
  letter-spacing: 0.05em;
  background-size: cover;
  background-position-x: center;  
}

.home {
  background-image: url("../img/wien_mobile.jpg");  
}

footer {
  display: table-row !important;
  background: #FFF;
  text-align: center;
  font-size:0.75rem;
  line-height: 0.95rem !importnat;
}

.footer {
  margin: 0 10% 20px 10%;
} 
.logo {
	width:6rem;
	margin-top:1rem;
}

.slideshow .slide .caption {
  padding: 0 1rem;
}
.slideshow .slide .text {
  font-size: 0.7rem !important;
  line-height:1.3rem;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 10px;
  position: absolute;
  top: 10%;
  cursor: pointer;
  z-index: 3;
}
.pagination {
	display:none;
}

.beforecheck {
	max-width:0 !important;
}  

.btn {
  display: inline-block;
  padding: 11px 11px;
  font-size:0.9rem;
  line-height:1.3rem;
  max-width:90%;
  margin-top:1rem;
}
.swiper .slide .portrait {
  width: 60vw;
  right: 1%;
}  
.slide-content, .content {
	margin-top:2rem;
}

.swiper-button-next, .swiper-button-prev {
	display:none !important; 
}

.content {
	margin-top:2rem;
}

.content p {
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin: 1rem;
}

.container {
  font-size: 0.8rem !important;
  line-height: 1.1rem !important;
}

#result {
	font-size:14px;
} 

.form-2 {
  width: 90vw;
}

.form-3 {
  width: 90vw;
  margin: 0 1rem 0 1.4rem;
}


.input {
	max-width:150px;
}
.caption {
	width:92vw;
	margin: 0 4%;
}
.title {
	font-size: 1.3rem;
	line-height:1.5rem;
}

.swiper-slide {
	text-align: center;
	font-size: 0.9rem !important;
	line-height:1.3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
  background-position: center;
  z-index: 1;
}

.greenbutton {
	font-size: 0.8rem !important;
}
.input {
  font-size: 0.9rem;
}
.domain {
	font-size:0.8rem !important;
}
.subdomain{
	width:inherit;
}
.file-icon img {
  height: 0.8em;
  vertical-align: -0.1em;
}

}

.sample-preview {
  margin: 2rem auto 0;
  width: min(90vw, 360px);
}

.sample-preview img {
  width: 100%;
  height: auto;
  display: block;
}

#sampleCard {
  transition: opacity 0.3s ease;
  will-change: opacity;
  border-radius: 38px;
}

@media (max-width: 700px) {
  .sample-preview {
    margin-top: 2rem;
    width: 50vw;
    overflow: hidden;
  }

  .sample-preview img {
    width: 100%;
  }
#sampleCard {
  border-radius: 18px;
}
}