@charset "UTF-8";

body {
    font-family: FranklinGothic, sans-serif;
    color: #FFFFFF;
    background-color: #FFFFFF;
    margin: 0;
	text-align: left;
}


/* Text classes */
h1 {
    font-weight: bold;
    font-size: 65px;
}

.padded-multiline { 
  line-height: 1.2; 
  padding: 2px 0; 
  margin: 25px auto;
}
.padded-multiline span { 

  color: #fff; 
  display: inline;
  padding: 0.15rem 0.7rem;
  
  /* Needs prefixing */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.h1_color_01 {
  background-color: rgb(3,142,183);
  background-color: rgba(3,142,183,0.8);
}

.h1_color_02 {
	background-color: rgb(255,103,0);
	background-color: rgba(255,103,0,0.8);
}

.h1_color_03 {
	background-color: rgb(4,152,0);
	background-color: rgba(4,152,0,0.8);
}

h2 {
	font-size: 1.2em;
    line-height: 1.3em;
    font-weight: bold;
    padding-left: 10%;
    padding-right: 20px;
}

.copy {
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.5em;
    padding-left: 10%;
    padding-right: 20px;
}

ul {
	margin-left: 5%;
	list-style-type: disc;
	list-style-position: outside;
}

.contact {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.1em;
    padding-left: 10%;
    padding-right: 20px;
}

.contact_small {
    font-size: 0.9em;
    font-weight: normal;
}

a         { color: #FFFFFF; }
a:focus   {	color: #FD29FF; }
a:hover   {	color: #FD29FF; }
a:active  { color: #FD29FF; }


/* Content containers */
.main_container {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.offset_top {
    padding-bottom: 40vh;
}

.offset_below {
    padding-bottom: 25vh;
}

.badge_right {
    float: right;
	margin-right: 80px;
}

.badge_fixed {
	margin-top: 10px;
	position: fixed;	
}

.badge {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
  	justify-content: center;
	background-color: rgb(70,70,70);
	background-color: rgba(70,70,70,0.4);
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}

.badge_small_fontsize {
	font-size: 13px;
}
.badge_blue {
	background-color: rgb(6,157,255);	
}

div.badge:hover {
    background-color: rgba(255,0,167,1.00);
}

.badge a:focus   { color: #FFFFFF; }
.badge a:hover   { color: #FFFFFF; }
.badge a:active  { color: #FFFFFF; }

.badge_white {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    color: #525252;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
	font-size: 18px;
	line-height: 16px;
}

.badge_white a:visited  { color: #525252; }

.b_contact {
	margin-left: 10px;
	font-size: 12px;
	line-height: 10px;
}

.b_up {
	font-size: 18px;
	line-height: 16px;
}

.colorbox {
    float: center;
	margin-top: -1.4rem;
    padding-top: 10px;
    padding-bottom: 30px;
	background-color: rgb(3,142,183);
	background-color: rgba(3,142,183,0.9);
}

.cta_box {
    padding: 10px;
    padding-right: 30px;
    background-color: rgb(219,87,0);
    background-color: rgba(219,87,0,0.80);
    text-align: right;
    font-weight: bold;
}

.cta_box span {
	display: inline-flex;
	align-items: center;
  	justify-content: center;
}

.cta_color_03 {
	background-color: rgb(4,152,0);
	background-color: rgba(1,119,0,0.80);
}

.impressum {
    float: center;
	margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 50px;
	background-color: rgb(70,70,70);
}

.bg_color_02 {
	background-color: rgb(255,103,0);
	background-color: rgba(255,103,0,0.8);
}

.bg_color_03 {
	background-color: rgb(4,152,0);
	background-color: rgba(4,152,0,0.8);
}

.bg_image_01 {
    background-image: url(../media/img/gba2023.jpg);
    background-size: cover;
	background-position: center;
	margin-top: 0px;
	padding-top: 35px;
}

.bg_image_02 {
    background-image: url(../media/img/agency.jpg);
    background-size: cover;
	background-position: center;
	margin-top: 0px;
	padding-top: 35px;
}

.footer {
	padding-top: 1em;
	padding-bottom: 1.5em;
	margin-top: 50px;
	margin-bottom: 70px;
	background-color: rgb(100,100,100);
	background-color: rgba(100,100,100,0.8);
	text-align: center;
	font-size: 0.8em;
}


/* Media classes */
.logo {
    width: 40%;
	height: auto;
    padding-left: 10%;
	padding-top: 25px;
}

.client_logos {
    width: 80%;
	height: auto;
    padding-left: 10%;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.brand_gravity {
    margin-top: -15px;
	width: 100%;
	height: auto;
}


/* Small Viewports */
@media (min-width: 321px) and (max-width: 600px) {
	.main_container {
		width: 90%;
	}
	h1 {
    	font-size: 10vw;
	}
	.offset_top {
    	padding-bottom: 50vh;
	}
}

@media (max-height: 620px) {
	.offset_top {
    	padding-bottom: 25vh;
	}
}

/* Mobile */
@media (max-width: 320px) {
	.main_container {
		width: 300px;
	}
	h1 {
    	font-size: 40px;
	}
	.logo {
    	width: 55%;
		height: auto;
	}
	.offset_top {
    	padding-bottom: 60vh;
	}
}
