/*
 * Globals
 */

 *{
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

::selection{
   background-color: #ff0000;
   color: #fff;
}

:root {
  --blue: #ff0000 !important;

  }
/* Links */
a,
a:focus,
a:hover {
color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
color: #333;
text-shadow: none; /* Prevent inheritance from `body` */
background-color: #fff;
border: .05rem solid #fff;
}


/*
* Base structure
*/

html,
body {
height: 100%;
background-color: #333;
background-color: #000;
}

body {
display: -ms-flexbox;
display: flex;
color: #fff;
text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
max-width: 42em;
max-width: 83em;
}

main img{
  margin-top: 17vh;
}

main .img-small-header{
  margin-top: 5vh;
}

main h1{
  margin-top: 10vh;
  font-size: 5rem;
  font-weight: 700;
  color: #ff0000;
}

main h2{
  margin-top: 2vh;
  font-size: 2.6rem;
  font-weight: 700;
  color: #ff0000;
}

.img-small-header{
  height: 100px;
  width: auto;
}

.smaller-font{
  font-size: .75rem;
}

.border-top{
  border-top: 1px solid #ff0000 !important;
}

.btn-primary {
  background-color: #ff0000;
  border-color: #ff0000;
}

section#kontakt {
  max-width: 42rem;
}

.form-control, .btn{
  border-radius: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ff8080;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(255 0 0 / 25%);
}

.form-control {
  background-color: #b3b3b3;
}

/* .form-control::placeholder {
  color: #000;
} */


/* option:hover {
  background-color: yellow;
} */

/* select option:checked,
select option:hover,
select option:active{
    box-shadow: 0 0 10px 100px #ff0000 inset !important;
}

select>option:hover,
select:focus > option:checked,
select>option:active
{
  background: #ff0000 !important;
  color: #fff !important;
} */



.btn{
  transition: .5s;
}

.btn-primary:hover,
.btn-lg:hover {
  background-color: #ff0000;
  border-color: #ff0000;
  filter: brightness(0.8);
  transition: .5s;
}

/* .btn-lg{
  width: 300px;
  height: 75px;
} */

/*
* Header
*/
.masthead {
margin-bottom: 2rem;
}

.masthead-brand {
margin-bottom: 0;
}

.nav-masthead .nav-link {
padding: .25rem 0;
font-weight: 700;
color: rgba(255, 255, 255, .5);
background-color: transparent;
border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
margin-left: 1rem;
}

.nav-masthead .active {
color: #fff;
border-bottom-color: #fff;
}



/*
* Cover
*/
.cover {
padding: 0 1.5rem;
}
.cover .btn-lg {
padding: .75rem 1.25rem;
font-weight: 700;
}


/*
* Footer
*/
.mastfoot {
color: rgba(255, 255, 255, .5);
color: rgb(255, 255, 255);
}
.show-on-mobile{
  display: none;
}


@media (max-width: 700px) {

  main h1,
  main h2{
      font-size: 2rem;
  }

main h1{
  margin-top: 5vh;
}

main img {
    margin-top: 3vh;
}
.show-on-desktop{
  display: none;
}

.show-on-mobile{
  display: block;
}

  /* footer .inner{
      display: flex;
      justify-content: center !important;
  } */
  
}


.wpcc-container.wpcc-banner.wpcc-padding-none.wpcc-margin-none.wpcc-bottom.wpcc-color-custom--389684617 {
  padding: 1% !important;
}