/* ///////// global /////////// */
html {
  scroll-behavior: smooth;
}
body{
/*
1vw = 1% of viewport width
1vh = 1% of viewport height
1vmin = 1vw or 1vh, whichever is smaller
1vmax = 1vw or 1vh, whichever is larger
*/
  font-size: 1.2vw;
  font-size: 2vmin;
  font-size : clamp(2rem, 10vw, 5rem);
  font-size: calc(0.75em + 1vmin);

  color: #efefef;
}
a {outline: 0 none; text-decoration: none; color: #000;}
a:hover, a:active, a:focus {outline: 0 none; color: #555;}
footer a {color: #999;}
/* 
a:not(.btn) { }
*/
button, .btn, a.btn, a.btn:hover, a.btn:visited, a.btn:active, a.btn:focus {
  outline: 0 none;
	border-radius:0;
	border: none; border: 0;
	box-shadow:none !important;			
	cursor: pointer;	
}


/* ///////// BG IMAGE /////////// https://www.freecodecamp.org/news/css-full-page-background-image-tutorial/ */
#bg, #overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
#bg { 
  z-index: 1;
  background-image: url("../images/bg_image_big_screen.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  #bg {
     background-image: url("../images/bg_image_small_screen.png");
  }
}

#overlay { 
  z-index: 2; 
  /* 
  background-color: rgba(0,0,0,0.2); 
  background-image: url("../images/dots_group.png"); */
}

/* /// Z-INDEX wg. BG /// */
header, main, footer { z-index: 3; }

/* /// Modal + jQuery /// https://getbootstrap.com/docs/5.0/components/modal/#variables */  
.modal-backdrop {   
  background-color: #000;
}
.modal-content {
  text-align: left; 
  font-size: calc(0.5rem + 1vmin); 
  color: #333;
}
.modal-content a {
  text-decoration: underline;
}
.modal-content div.matomo iframe {
  width: 100%;
  border: 1px dotted #222;
  aspect-ratio: 9/6;
}
@media (min-width: 992px) { 
  .modal-content div.matomo iframe {
    aspect-ratio: 36/6;
  }
}

/* ///////// diverses /////////// */

/* ============= SVG ================= */

img.svg-full {
	display: block;
	background: transparent;
}

/* Dimension */
img.svg-full {
	width: 900px!important;
	max-width: 100%!important;
	height: auto;
	
}

/* ============= SVG black to HEX filter: Colors // https://codepen.io/sosuke/pen/Pjoqqp ================= */

img.color.white {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  }
  
img.color.spezial {
  filter: invert(75%) sepia(52%) saturate(359%) hue-rotate(162deg) brightness(99%) contrast(88%);
  }
  
img.color.grey {
  filter: invert(33%) sepia(9%) saturate(386%) hue-rotate(124deg) brightness(100%) contrast(87%);
  }


/* ============= Logo ================= */
img.logo {
  background-color: transparent;
  margin-top: 4vw;
  max-width: 60%; 
}

/* ============= diverses ================= */

/* linie links + rechts */
.bg-line {
  display: flex;
  flex-direction: row;
  margin: 1rem .5rem;
}
.bg-line:before, .bg-line:after{
  content: "";
  flex: 1 1;
  border-bottom: 2px dotted;
  margin: auto;
  margin:auto 0.25em;
}

/* ============= Buttons .btn.btn-ci ================= */ 



/* ///////// DIVs /////////// */
main {
  background-color: transparent;
}

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;

}

footer {
  background-color: rgba(0,0,0,.7);

}


/* ///////// Social Icons // 
https://bbbootstrap.com/snippets/bootstrap-social-media-icons-hover-effect-29974962 
https://www.codegrepper.com/code-examples/whatever/social+icons+bootstrap+5

https://www.mediaevent.de/css/display-flex.html

https://brandcolors.net/
///////// */
ul.social {
  display: flex;
  flex-wrap: wrap; /* Umbrechen */
  justify-content : space-around;
  justify-content : center;
  width: 100%;
  padding: 1px;
  list-style: none;
  background-color: rgba(0,0,0,.5);
  background-color: transparent;
}
ul.social li  {
  margin: 2px;
}

a.social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  color: #fff;
  font-size: 27px;
  margin: 0 20 0 0;
  cursor: pointer;
  text-decoration: none;
  border-radius: 50%;
  background-color: #ccc;
}
.social-icon i {
  transition: 0.4s all
}
.social-icon:hover i {
  transform: scale(1.4)
}

a.social-icon.social-twitter {
  background-color: #55acee
}
a.social-icon.social-facebook {
  background-color: #3b5999
}
a.social-icon.social-linkedin {
  background-color: #0077B5
}
a.social-icon.social-youtube, a.social-icon.social-youtube-play {
  background: #ff0000;
}
a.social-icon.social-vimeo {
  background-color: #000000
}
a.social-icon.social-twitch {
  background-color: #9146ff
}
a.social-icon.social-instagram {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
a.social-icon.social-whatsapp {
  background: #4FCE5D;
}
a.social-icon.social-xing {
  background: #126567;
}
a.social-icon.social-pinterest {
  background: #cb2027;
}
a.social-icon.social-envelope {
  background: #168de2;
}
a.social-icon.social-amazon {
  background: #ff9900;
}
a.social-icon.social-apple {
  background: #000;
}
a.social-icon.social-soundcloud {
  background: #ff8800;
}
a.social-icon.social-spotify {
  background: #1db954;
}
a.social-icon.social-shopping-cart {
  background: #df0067;
}
a.social-icon.social-ticket {
  background: #f47721;
}
/* Deezer */
a.social-icon.social-headphones {
  background: #c2ff00;
  color: #000;
}
a.social-icon.social-bar-chart {
  background: #ff0000;
}
a.social-icon.social-bullseye {
  background: #a51890;
}
a.social-icon.social-github {
  background: #333;
}
a.social-icon.social-snapchat-square, a.social-icon.social-snapchat-ghost {
  background: #fffc00;
  color: #000;
}
a.social-icon.social-yelp {
  background: #af0606;
}
a.social-icon.social-whatsapp {
  background: #25d366;
}
a.social-icon.social-map-marker {
  background: #4285f4;
}
a.social-icon.social-wordpress {
  background: #0087be;
}


/* ///////// Name /////////// */