/* Tabs mit radio-Buttons */
.tabbed menu { 
	list-style-type: none;
	padding: 0px;
}

.tabbed > input,
.tabbed menu li {
	display: none;
}

.tabbed menu>li {
  padding: 15px;
  width: 980px;
  background: hsl(200,40%,96%);
  line-height: 1.5em;
  letter-spacing: 0.3px;
  color: #444;
  height: 1140px;
}

#tab1:checked ~ menu .tab1,
#tab2:checked ~ menu .tab2,
#tab3:checked ~ menu .tab3 {
  display: flex; 
  justify-content: space-between; 
  padding-bottom: 2em; 
}

.nav {
	background-color: #6a868c;
	 height: 70px;
} 

.nav label {
 	 float: left;
    background: #6a868c;
    font-size: 30px;
    color: #ffffff;
    padding: 20px;
}

.nav label:nth-child(1) { }
.nav label:hover {background-color: #9baeb2; color: #bb6673; }
.nav label:active { background: #ffffff; }

#tab1:checked ~ nav label[for="tab1"],
#tab2:checked ~ nav label[for="tab2"],
#tab3:checked ~ nav label[for="tab3"] {
  background: white;
  color: #111;
  position: relative;
  border-bottom: none;
}

#tab1:checked ~ nav label[for="tab1"]:after,
#tab2:checked ~ nav label[for="tab2"]:after,
#tab3:checked ~ nav label[for="tab3"]:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  left: 0;
  bottom: -1px;
}

/* PROFIL */

.profil_out {
	background-color: #e0e8ea;
	width: 975px;
}

.profil_in {
	background-color: #ffffff;
	min-height: 990px;
	width: 950px;
}

.profil_username {
	width: 300px;
	padding: 20px 10px 5px 30px;
}

.profil_username > a {
	text-transform: uppercase;
    font-size: 35px;
    font-family: 'SF Buttacup Lettering', sans-serif;
    color: #1b5d6a;
    letter-spacing: 2px;
    padding: 10px 30px 0px 0px;
}

.profil_top {
	background-color: #6a868c;
    width: 930px;
    height: 60px;
    margin: 10px 10px 0px 10px;
}

.profil_usertitel {
	text-align: right;
	text-transform: uppercase;
    font-size: 15px;
    font-family: 'SF Buttacup Lettering', sans-serif;
    color: #ffffff;
    letter-spacing: 2px;
	padding: 20px 30px;
}

.profil_usertitel > a {
	text-align: right;
	text-transform: uppercase;
    font-size: 15px;
    font-family: 'SF Buttacup Lettering', sans-serif;
    color: #ffffff;
    letter-spacing: 2px;
	padding: 20px 30px;
}

.profil_fact {
	display: inline-block;
    background-color: #6a868c;
    padding: 4px 10px;
    float: left;
    height: 22px;
    color: #ffffff;
}

.profil_avainfo {
	width: 300px;
    float: left;
    height: 530px;
    background-color: #e0e8ea;
    margin: 0px 0px 0px 10px;
}

.profil_ava {
	width: 300px;
	height: 230px;
}

.profil_short {
	display: inline-block;
    width: 280px;
    background-color: #9baeb2;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
	margin: 5px 0px 0px 0px;
}

.instaroid_profil {
	text-transform: uppercase;
    font-size: 15px;
    font-family: 'SF Buttacup Lettering', sans-serif;
    color: #1b5d6a;
    padding: 5px 10px 5px 10px;
    text-align: center;
    background-color: #ffffff;
    margin: 30px 10px;
}

.profil_stecky {
	width: 630px;
    float: left;
    /* border-right: 2px solid #6a868c; */
    height: 500px;
}

.profil_quote {
	width: 630px;
	background-color: #9baeb2;
    font-size: 15px;
    text-align: center;
    padding: 10px;
    color: #292e2f;
    text-transform: uppercase;
    font-family: 'SF Buttacup Lettering', sans-serif;
}

.profil_textbox {
	height: 450px;
    overflow: auto;
    font-size: 11px;
    padding: 10px 10px 10px 10px;
    text-align: justify;
    background-color: #e1e8e9;
    margin: 20px 10px 20px 20px;
}

.profil_bottom {
	background-color: #6a868c;
    width: 100%;
    height: 60px;
    /* margin: 0px 10px 0px 10px; */
    float: left;
}

.profil_pinwand {
	height: 410px;
	background-color: #e1e8e9;
	width: 950px;
}

.profil_insta {
	text-align: left;
    text-transform: uppercase;
    font-size: 25px;
    font-family: 'SF Buttacup Lettering', sans-serif;
    color: #ffffff;
    letter-spacing: 2px;
    padding: 10px 0px 0px 30px;
}

.profil_pinterest {
	text-align: right;
	text-transform: uppercase;
    font-size: 15px;
    font-family: 'SF Buttacup Lettering', sans-serif;
    color: #ffffff;
    letter-spacing: 2px;
	padding: 20px 30px;
	background-color: #6a868c;
}

 .lueke {
	 width: 500px; 
	 background-color: #000000;
	 float: left; 
}

/* PINTEREST WIDGET ORIGINAL */

#pinterest-container { 
	width: 525px; 
	height: 400px !important;  
	overflow: auto !important; 
	box-shadow: none !important; 
	border: none !important;}

#pinterest-container::-webkit-scrollbar-corner {
  background: #fff;
}

#pinterest-container::-webkit-scrollbar {
  width: 2.5px;
  background: #fff;
}

#pinterest-container::-webkit-scrollbar-thumb {
  background: #fff;
}

#pinterest-container [class$=_img] {
  display: block !important;
  box-shadow: none !important;
  border-radius: 0 !important;
border: none !important;

}

#pinterest-container [class$=_col] {
  padding: 2px;
margin-top: 2px;
}

#pinterest-container [class$=_button] {
  display: none !important;
}

#pinterest-container [class$=_board] {
  	box-shadow: none !important;
	background: transparent !important;
	border-radius: 0 !important;
  	border: none !important;
}

#pinterest-container span span {
  overflow: hidden !important;
  height: 70% !important;
    border: none !important;
    box-shadow: none !important;
}